Module: Reform::Form::MultiParameterAttributes
- Defined in:
- app/views/ajax_errors/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 'app/views/ajax_errors/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 |