Tag Archives: validation

Model validation with Rails

Rails has very nice features to validate a model (directly mapped on your database). However it gets sometimes sloppy if you don’t know the exact command to do your validation.Here’s a trick I had a hard time to find. Everybody … Continue reading

Posted in Ruby on Rails | Tagged , , | 2 Comments