A better method for Rails validation error management.

Sam Donaldson <rails-mailing-list@...> writes:

Any help would be appreciated on a better way to do validation based error display along with internal exception based error management,

Sam.

Take a look at http://api.rubyonrails.org/classes/ActiveRecord/Errors.html for all the things you can do with your @item.errors object

Gareth