method
_call
v2.3.8 -
Show latest stable
- Class:
ActionController::Dispatcher
_call(env)public
No documentation available.
# File actionpack/lib/action_controller/dispatcher.rb, line 119
def _call(env)
@env = env
dispatch
end