Module: Pageflow::ThemeReferencer

Extended by:
ActiveSupport::Concern
Included in:
EntryTemplate, Revision
Defined in:
app/models/concerns/pageflow/theme_referencer.rb

Instance Method Summary collapse

Instance Method Details

#themeObject



9
10
11
# File 'app/models/concerns/pageflow/theme_referencer.rb', line 9

def theme
  available_themes.get(theme_name)
end