Module: Reform::Form::MultiParameterAttributes
- Defined in:
- lib/reform/form/multi_parameter_attributes.rb
Defined Under Namespace
Classes: DateTimeParamsFilter
Instance Method Summary collapse
-
#deserialize!(params) ⇒ Object
this hooks into the format-specific #deserialize! method.
Instance Method Details
#deserialize!(params) ⇒ Object
this hooks into the format-specific #deserialize! method.
49 50 51 |
# 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 |