validates_timeliness/spec
Adam Meehan e5bb096161 Move method generation to ActiveModel only and use type system in AR
The ActiveModel type system with extensions in ActiveRecord provide
us a lot of convenience. Some general attribute code is now moved to
ActiveModel only as the AR types provide raw value capturing
(before_type_cast) and type classes to handle type specific string
value parsing if enabled.

In my view, we need to go futher and strip out more from ActiveModel
extension but at least we should have compatibility at the moment.
2018-05-19 15:22:23 +10:00
..
support Move method generation to ActiveModel only and use type system in AR 2018-05-19 15:22:23 +10:00
validates_timeliness Move method generation to ActiveModel only and use type system in AR 2018-05-19 15:22:23 +10:00
spec_helper.rb Move method generation to ActiveModel only and use type system in AR 2018-05-19 15:22:23 +10:00
validates_timeliness_spec.rb Getting with the RSpec times 2015-12-30 12:06:42 +11:00