Module ValidatesTimeliness::ORM::ActiveRecord::ClassMethods
In: lib/validates_timeliness/orm/active_record.rb

Methods

Public Instance methods

Override to overwrite methods in ActiveRecord attribute method module because in AR 4+ there is curious code which calls the method directly from the generated methods module via bind inside method_missing. This means our method in the formerly custom timeliness methods module was never reached.

[Validate]