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

Fix issue#166 alias_method_chain not working in Rails 5 #167

Closed AquisTech closed 6 years ago

AquisTech commented 6 years ago

Fix issue#166 alias_method_chain not working in Rails 5

Changes include:

AquisTech commented 6 years ago

@adzap Please review changes. I am already using changes in my Rails 5.2.0 project. As Travis CI is failing please let me know changes to make tests run for Rails 5