Class: Rage::Configuration::Router
- Inherits:
-
Object
- Object
- Rage::Configuration::Router
- Defined in:
- lib/rage/configuration.rb
Instance Attribute Summary collapse
-
#form_actions ⇒ Boolean
Enable the automatic generation of
newandeditroutes via resource helpers.
Instance Attribute Details
#form_actions ⇒ Boolean
Enable the automatic generation of new and edit routes via resource helpers.
1082 1083 1084 |
# File 'lib/rage/configuration.rb', line 1082 def form_actions @form_actions end |