004 RC Ruby on Rails Model Validations




Rails Coach show

Summary: You can get the video version of this podcast here. I've also updated the audio files for episodes 2 & 3 so you can hear them now. Sorry for the trouble. Ruby on Rails provides some excellent ways to validate the data you save in your models. Validations are methods called within the class definition specifying an attribute to check and what to look for. class User