spec/dummy/config/application.rb in erp_financial_accounting-3.0.4 vs spec/dummy/config/application.rb in erp_financial_accounting-3.1.0
- old
+ new
@@ -43,8 +43,14 @@
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
# Enable the asset pipeline
config.assets.enabled = true
+
+ # 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
end
end