Method: ActionDispatch::Routing::PathRedirect#inspect
- Defined in:
- actionpack/lib/action_dispatch/routing/redirection.rb
#inspect ⇒ Object
104 105 106 |
# File 'actionpack/lib/action_dispatch/routing/redirection.rb', line 104 def inspect "redirect(#{status}, #{block})" end |