Method: Praxis::ResourceDefinition::ClassMethods#routing
- Defined in:
- lib/praxis/resource_definition.rb
#routing(&block) ⇒ Object
FIXME: this is inconsistent with the rest of the magic DSL convention.
32 33 34 |
# File 'lib/praxis/resource_definition.rb', line 32 def routing(&block) @routing_config = block end |