Skip to content
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

Protected attributes #12

Open
dja opened this issue Nov 18, 2013 · 0 comments
Open

Protected attributes #12

dja opened this issue Nov 18, 2013 · 0 comments

Comments

@dja
Copy link

dja commented Nov 18, 2013

Looks like you're still using attr_accessible in the gem, so I'm getting this error in the rails console:

irb(main):001:0> BetaInvite::BetaInvite.all
RuntimeError: `attr_accessible` is extracted out of Rails into a gem. Please use new recommended protection model for params(strong_parameters) or add `protected_attributes` to your Gemfile to use old one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant