method
after_dispatch
v3.0.0 -
Show latest stable
- Class:
Rails::Rack::Logger
after_dispatch(env)protected
No documentation available.
# File railties/lib/rails/rack/logger.rb, line 28
def after_dispatch(env)
ActiveSupport::LogSubscriber.flush_all!
end