Although you neither show nor mention any errors from your log, consider
these two points. First, AR::Base#update_attributes returns false if the
save fails any validations; check its return value. Second, AR::Base.update
returns the object whether save is successful or not; check it by calling
club.valid?. Other than that, I think you''d have to post the code that
you''re using in the controller to update the club and the code that you
use
successfully in the console.
Regards,
Craig
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---