beta_invite
beta_invite copied to clipboard
Protected attributes
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.