aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/absence.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Active Model, not ActiveModel in plain Englishclaudiob2015-01-021-1/+1
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-1/+1
* Use :present as key for the absence validatior messageRafael Mendonça França2012-12-211-1/+1
* Remove ActiveModel::Errors#add_on_present method.Rafael Mendonça França2012-12-211-2/+2
* Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...Roberto Vasquez Angel2012-12-151-0/+31