aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/presence.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-1/+1
* Use `Array#wrap` instead `Array()`gmarik2013-12-311-1/+1
* Fix bug with presence validation of associations.Scott Willson2012-10-161-2/+4
* update AR::Validations documentation [ci skip]Francesco Rodriguez2012-09-221-9/+8
* AR has a subclass of AM:PresenceValidator.Brent Wheeldon & Nick Monje2012-07-201-0/+64