[Rails] Ignoring Validations In An Admin Tool?

Patrick Hurley phurley at gmail.com
Sat Apr 1 03:36:40 GMT 2006


Another choice is to create the base model without the validations and
then inherit from it to add the validations. In the normal case use
the properly validated model, but when necessary fall back to the base
model.

pth


More information about the Rails mailing list