Method: ActionController::Parameters#hash
- Defined in:
- lib/action_controller/metal/strong_parameters.rb
#hash ⇒ Object
315 316 317 |
# File 'lib/action_controller/metal/strong_parameters.rb', line 315 def hash [self.class, @parameters, @permitted].hash end |