Upgraded to Rails 3.2.7. I have an ActiveRecord with an attribute called "message". This works fine until 3.2.6. With 3.2.7, I get this error: private method `message' called for #<OutgoingMessageRecipient:0x105cf1da8> I see a private method called 'message' added. Short of renaming the field, any other suggestions?
on 2012-07-31 04:47
on 2012-07-31 08:02
try referring to the attribute like this instance[:message] where instance it the name of the instance of course, e.g o utgoing_message_recipient[:message]
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.