Method: ActionController::Parameters#values

Defined in:
lib/action_controller/metal/strong_parameters.rb

#valuesObject

Returns a new array of the values of the parameters.



424
425
426
# File 'lib/action_controller/metal/strong_parameters.rb', line 424

def values
  to_enum(:each_value).to_a
end