1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model/validations
2010-01-08 21:36:04 +01:00
..
acceptance.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
confirmation.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
exclusion.rb Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values. 2010-01-08 21:36:04 +01:00
format.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
inclusion.rb Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values. 2010-01-08 21:36:04 +01:00
length.rb Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values. 2010-01-08 21:36:04 +01:00
numericality.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
presence.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
validates.rb Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in validates. 2010-01-07 19:23:59 +01:00
with.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00