method
call
v3.0.0 -
Show latest stable
- Class:
Rails::Rack::Logger
call(env)public
No documentation available.
# File railties/lib/rails/rack/logger.rb, line 11
def call(env)
before_dispatch(env)
@app.call(env)
ensure
after_dispatch(env)
end