# HG changeset patch # User Edho Arief # Date 1367939412 -32400 # Node ID 2d9d54b960de7a4ff0dc09003d64cda17fc51242 # Parent ea90c0a58b407469db21ce61bd310567e6fa3d97 Forgot to remove the whitelist config diff -r ea90c0a58b40 -r 2d9d54b960de config/application.rb --- a/config/application.rb Wed May 08 00:09:42 2013 +0900 +++ b/config/application.rb Wed May 08 00:10:12 2013 +0900 @@ -57,12 +57,6 @@ # like if you have constraints or database-specific column types # config.active_record.schema_format = :sql - # Enforce whitelist mode for mass assignment. - # This will create an empty whitelist of attributes available for mass-assignment for all models - # in your app. As such, your models will need to explicitly whitelist or blacklist accessible - # parameters by using an attr_accessible or attr_protected declaration. - config.active_record.whitelist_attributes = true - # Enable the asset pipeline config.assets.enabled = true