Method: Praxis::ActionDefinition#resource_definition
- Defined in:
- lib/praxis/action_definition.rb
#resource_definition ⇒ Object
- DEPRECATED
-
Warn of the change of method name for the transition
-
324 325 326 |
# File 'lib/praxis/action_definition.rb', line 324 def resource_definition raise 'Praxis::ActionDefinition does not use `resource_definition` any longer. Use `endpoint_definition` instead.' end |