beta_invite icon indicating copy to clipboard operation
beta_invite copied to clipboard

Protected attributes

Open dja opened this issue 12 years ago • 0 comments

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.

dja avatar Nov 18 '13 18:11 dja