method
call
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Routing::Redirect
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/redirection.rb, line 22
def call(env)
serve Request.new env
end