Monthly Archives: June 2010
Proper error messages on rails
In order to have proper validation error messages on the web page I want to specify what the message will look like. Problem is that if you set validation message in your Person model like this: validates_format_of :email, :with => … Continue reading
Posted in Uncategorized
Leave a comment