Description:
remove whitelist attribute from default config
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r662:b90654c50456 - - 1 file changed: 0 inserted, 6 deleted
@@ -44,18 +44,12 | |||
|
44 | 44 | |
|
45 | 45 | # Use SQL instead of Active Record's schema dumper when creating the database. |
|
46 | 46 | # This is necessary if your schema can't be completely dumped by the schema dumper, |
|
47 | 47 | # like if you have constraints or database-specific column types |
|
48 | 48 | # config.active_record.schema_format = :sql |
|
49 | 49 | |
|
50 | - # Enforce whitelist mode for mass assignment. | |
|
51 | - # This will create an empty whitelist of attributes available for mass-assignment for all models | |
|
52 | - # in your app. As such, your models will need to explicitly whitelist or blacklist accessible | |
|
53 | - # parameters by using an attr_accessible or attr_protected declaration. | |
|
54 | - config.active_record.whitelist_attributes = false | |
|
55 | - | |
|
56 | 50 | # Enable the asset pipeline |
|
57 | 51 | config.assets.enabled = true |
|
58 | 52 | |
|
59 | 53 | # Version of your assets, change this if you want to expire all your assets |
|
60 | 54 | config.assets.version = '1.0' |
|
61 | 55 |
You need to be logged in to leave comments.
Login now