Module: FoxTail::Concerns::HasTheme
- Extended by:
- ActiveSupport::Concern
- Included in:
- BaseComponent
- Defined in:
- app/components/fox_tail/concerns/has_theme.rb
Instance Method Summary collapse
Instance Method Details
#theme ⇒ Object
6 7 8 |
# File 'app/components/fox_tail/concerns/has_theme.rb', line 6 def theme @theme ||= self.class.theme end |