On Mar 8, 8:09 pm, Greg Ma <[email protected]> wrote: > Hi, > > I have a ActiveRecord::ReadOnlyRecord error when i update child > attributes whereas when i create a new one it works fine. > find marks records as read only if you specify a :joins option (you can override this with :readonly => false)
Fred > Someone had this error? > > Best, > greg > -- > Posted viahttp://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

