Method: ActiveScaffold::Config::Core#theme

Defined in:
lib/active_scaffold/config/core.rb

#themeObject

lets you override the global ActiveScaffold theme for a specific controller



120
121
122
# File 'lib/active_scaffold/config/core.rb', line 120

def theme
  @theme
end