Rails 4 の make_voteable gem を更新するにはどうすればよいですか?
Rails 4 では、その代わりに attr_accessible が (strong_parameters とともに) 削除されました。大量割り当てエラーにより、下の行を停止するためにコードを配置する場所/場所が見つかりません
C:>rails s
C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/activemodel-4.0.0.rc1/lib/active_model/deprecated_mass_assignment_security.rb:14: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)
一括割り当てを許可する必要があることはわかっていますが、これらがコントローラーではなくモジュールであることを考えると、どこでそれを行うべきかわかりません。