Adding an error to the model
// description of your code here
How to manually add errors to the model
Should probably be done as part of the validate callback
How to manually add errors to the model
Should probably be done as part of the validate callback
self.errors.add :field_name, "isn't as it should be"