method
call
v2.2.1 -
Show latest stable
- Class:
ActionController::Dispatcher
call(env)public
No documentation available.
# File actionpack/lib/action_controller/dispatcher.rb, line 138
def call(env)
@request = RackRequest.new(env)
@response = RackResponse.new(@request)
dispatch
end