adzap / validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
MIT License
1.59k stars 227 forks source link

Attribute method test #130

Closed monkbroc closed 8 years ago

monkbroc commented 9 years ago

For #129

Actually the test will pass without the changes in #128 because the problem only happens on Rails 4 and currently the Gemfile is locked on Rails 3. Changing to Rails 4 would require pulling in changes from other forks first.

You can keep #129 open until you can check that this new test addresses the issue.

adzap commented 8 years ago

Latest version should fixes these.