Class: RailsBand::ActionController::Event::UnpermittedParameters
- Inherits:
-
BaseEvent
- Object
- BaseEvent
- RailsBand::ActionController::Event::UnpermittedParameters
- Defined in:
- lib/rails_band/action_controller/event/unpermitted_parameters.rb
Overview
A wrapper for the event that is passed to unpermitted_parameters.action_controller.
Instance Attribute Summary
Attributes inherited from BaseEvent
#allocations, #cpu_time, #duration, #end, #idle_time, #name, #time, #transaction_id
Instance Method Summary collapse
Methods inherited from BaseEvent
Constructor Details
This class inherits a constructor from RailsBand::BaseEvent
Instance Method Details
#keys ⇒ Object
8 9 10 |
# File 'lib/rails_band/action_controller/event/unpermitted_parameters.rb', line 8 def keys @keys ||= @event.payload.fetch(:keys) end |