Method: ActionDispatch::Routing::Redirect#path
- Defined in:
- actionpack/lib/action_dispatch/routing/redirection.rb
#path(params, request) ⇒ Object
63 64 65 |
# File 'actionpack/lib/action_dispatch/routing/redirection.rb', line 63 def path(params, request) block.call params, request end |