I’ve seen a few semi-solutions to this issue but nothing recent and
coherent.
What is the best way to use the AR validation system on non-AR objects?
Seems like this come up enough it should be a HowTo on the Rails site.
Thanks,
-Sam.
I’ve seen a few semi-solutions to this issue but nothing recent and
coherent.
What is the best way to use the AR validation system on non-AR objects?
Seems like this come up enough it should be a HowTo on the Rails site.
Thanks,
-Sam.
Sam Pierson wrote:
I’ve seen a few semi-solutions to this issue but nothing recent and
coherent.
What is the best way to use the AR validation system on non-AR objects?
Seems like this come up enough it should be a HowTo on the Rails site.Thanks,
-Sam.
Sam,
Why not mixin ActiveRecord::Validations, override #validate, and call
#valid? when needed?
David B. Williams
http://www.cybersprocket.com
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs