-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mass-assignment issue with 0.1.8 #50
Comments
You need to make :position accessible in your model that acts as list, that will fix it. |
I don't want to make it accessible and I didn't have to in the past. Could you add support for non accessible position like there use to be? |
The move to update_attributes instead of update_attribute caused this. We On Sat, Aug 11, 2012 at 9:18 PM, Sam Soffes notifications@github.comwrote:
|
Attr accessible patch, should solve #50
This issue is now fixed. |
I upgraded from 0.1.7 to 0.1.8 and I'm not getting a mass-assignment error. With 0.1.7 I get
with all tests green. Under 0.1.8 this goes away (yay! ) but now I get this:
The text was updated successfully, but these errors were encountered: