| Module | ValidatesTimeliness::ORM::ActiveRecord::ClassMethods |
| In: |
lib/validates_timeliness/orm/active_record.rb
|
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.