Module: Themes::Helpers
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/themes/helpers.rb
Instance Method Summary collapse
Instance Method Details
#current_theme ⇒ Object
7 8 9 |
# File 'lib/themes/helpers.rb', line 7 def current_theme ::Themes.model.present? ? ::Themes.config : ::Themes end |