module ThemesOnRails::ControllerAdditions::ClassMethods
Public Instance Methods
theme(theme, options={})
click to toggle source
# File lib/themes_on_rails/controller_additions.rb, line 6 def theme(theme, options={}) @_theme = theme @_theme_options = options ThemesOnRails::ActionController.apply_theme(self, theme, options) end