deprecated_mass_assignment_security.rb:17:in `attr_accessible': `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. (RuntimeError)
メッセージの内容を試して、に追加gem 'strong_parameters'
しましたGemfile
。
しかし、私がそうrails s
すると、上記のエラーが発生します。
アップデート
私は試した:
config.active_record.whitelist_attributes = true
in confgi/application.rb
、 with もありfalse
ますが、実際にはそのオプションがわかりません。