aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations_repair_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-16/+4
|
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, ↵José Valim2009-12-231-0/+35
Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.