Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails3 の MassAssignmentSecurity 機能を完全に無効にする方法はありますか?
アップグレードで忙しいので、しばらく無効にする必要があります:)
をにconfig/application.rb設定できるconfig.active_record.whitelist_attributesのでfalse、逆の状況になり、アクセスできない属性をブラックリスト化する必要があります。要するに、あなたが望むことをするでしょう...
config/application.rb
config.active_record.whitelist_attributes
false