validates_timeliness/lib
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
..
generators/validates_timeliness Generate default config with AR orm enabled 2015-12-29 15:58:42 +11:00
validates_timeliness Change multiparamter extension to use AR type classes 2018-05-18 08:58:00 +10:00
validates_timeliness.rb Remove all mongoid stuff and put in validates_timeliness-mongoid 2015-12-28 14:24:24 +11:00