Method: ConfigurableEngine::ConfigurablesControllerMethods#show
- Defined in:
- lib/configurable_engine/configurables_controller_methods.rb
#show ⇒ Object
5 6 7 8 |
# File 'lib/configurable_engine/configurables_controller_methods.rb', line 5 def show @keys = Configurable.keys render 'configurable_engine/configurables/show' end |