method

finish

rails latest stable - Class: Rails::Rack::Logger

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

finish(request)
private

No documentation available.

# File railties/lib/rails/rack/logger.rb, line 68
        def finish(request)
          instrumenter = ActiveSupport::Notifications.instrumenter
          instrumenter.finish "request.action_dispatch", request: request
        end