You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Looks like you're still using attr_accessible in the gem, so I'm getting this error in the rails console:
The text was updated successfully, but these errors were encountered: