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

#themeObject



6
7
8
# File 'app/components/fox_tail/concerns/has_theme.rb', line 6

def theme
  @theme ||= self.class.theme
end