[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Checking for errrors after update_attribute

kapil.surlaker@gmail.com

1/27/2006 11:13:00 PM

I am using ruby on rails. Inside a controller, I am using the
update_attributes method to update
a database row. I need to check if it went through or if not, I want to
get the exact error that it encountered. In the view, I am able to use
error_messages_for(:record) but I need something I can use in the
controller code.

Thanks