method

additions_for

rails latest stable - Class: ActionController::StructuredEventSubscriber

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

additions_for(payload)
private

No documentation available.

# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 106
      def additions_for(payload)
        payload.slice(:view_runtime, :db_runtime, :queries_count, :cached_queries_count)
      end