validates_timeliness/lib/validates_timeliness/extensions
Adam Meehan 402a6b6e3e Change multiparamter extension to use AR type classes
Multiparamter extension used to do a lot of crappy work to ensure that
the invalid Date dates were not accepted, but also to store a
before_type_cast value in cases when it was invalid. We no longer need
to handle the before_type_cast value as ActiveRecord does that nicely.

Now we just ensure values to cast with a invalid date parts is not
accepted.
2018-05-18 08:58:00 +10:00
..
date_time_select.rb Restore usage of DateTime substitute value object 2018-05-16 09:27:27 +10:00
multiparameter_handler.rb Change multiparamter extension to use AR type classes 2018-05-18 08:58:00 +10:00