Wes Gamble
2006-May-25 21:03 UTC
[Rails] ActiveRecord::Base errors attribute - is it gone?
Trying to do some error handling a la AWDWR and trying to manipulate the errors collection in a model object. But there isn''t an errors attribute in ActiveRecord anymore it seems. Is there still a handy way to specific model validation errors in a built-in container? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
Apparently Analagous Threads
- Security considerations with displaying uploaded HTML
- HABTM join table has an "ID" column - is this an issue?
- text_field doesn''t call overridden ActiveRecord getters
- The true merit of non-memory based session stores
- Verifying some understanding about manipulating DB data in before/after callbacks in RSpec