module Form::MultiParameterAttributes

Public Instance Methods

deserialize!(params) click to toggle source

this hooks into the format-specific deserialize! method.

Calls superclass method
# File lib/reform/form/multi_parameter_attributes.rb, line 49
def deserialize!(params)
  super DateTimeParamsFilter.new.call(params) # if params.is_a?(Hash) # this currently works for hash, only.
end