Module: ThemesForRails::ActionController
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/themes_for_rails/action_controller.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#theme(name) ⇒ Object
25 26 27 |
# File 'lib/themes_for_rails/action_controller.rb', line 25 def theme(name) set_theme(name) end |