method

unpermitted_parameters

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.

unpermitted_parameters(event)
public

No documentation available.

# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 68
    def unpermitted_parameters(event)
      unpermitted_keys = event.payload[:keys]
      context = event.payload[:context]

      emit_debug_event("action_controller.unpermitted_parameters",
        unpermitted_keys,,
        context: context.except(:request)
      )
    end