method

after_dispatch

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