validates_timeliness/spec
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
..
support Update TextModel method_missing with current ActiveModel methods 2018-05-15 19:26:54 +10:00
validates_timeliness Change multiparamter extension to use AR type classes 2018-05-18 08:58:00 +10:00
spec_helper.rb Change multiparamter extension to use AR type classes 2018-05-18 08:58:00 +10:00
validates_timeliness_spec.rb Getting with the RSpec times 2015-12-30 12:06:42 +11:00