validates_timeliness/spec/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_spec.rb update hash syntax in spec 2018-05-16 12:54:32 +10:00
multiparameter_handler_spec.rb Change multiparamter extension to use AR type classes 2018-05-18 08:58:00 +10:00