Method: Objectify::Config::Context#action
- Defined in:
- lib/objectify/config/context.rb
#action(route) ⇒ Object
53 54 55 56 |
# File 'lib/objectify/config/context.rb', line 53 def action(route) actions[route] || raise(ArgumentError, "No action matching #{route} was found.") end |