aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-1/+1
* type fixedSantiago Pastorino2010-08-221-1/+1
* after_validation should be called irrespective of the result of validation.Neeraj Singh2010-08-201-1/+1
* ActiveModel::Validations::Callbacks should not be required by default.José Valim2010-06-191-12/+5
* moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-0/+64