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
Elliot Winkler cccb0e6b93 Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]
[#430 state:resolved]

  Example :

    validates_format_of :subdomain, :without => /www|admin|mail/

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-08-10 15:22:31 +01:00
..
active_model Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan] 2009-08-10 15:22:31 +01:00
active_model.rb Extract generic attribute method generation to AMo 2009-08-04 23:36:05 -05:00
activemodel.rb