From 9929cb4ec23e1f89177f174841d3f92ec212b4e2 Mon Sep 17 00:00:00 2001
From: Jeremy Kemper <jeremy@bitsweat.net>
Date: Mon, 8 Oct 2007 20:37:19 +0000
Subject: config.active_record.whiny_protected_attributes. Closes #9816
 [henrik]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7807 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
---
 railties/environments/production.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'railties/environments')

diff --git a/railties/environments/production.rb b/railties/environments/production.rb
index 415a058f4c..2bc0669341 100644
--- a/railties/environments/production.rb
+++ b/railties/environments/production.rb
@@ -18,4 +18,4 @@ config.action_controller.perform_caching             = true
 # config.action_mailer.raise_delivery_errors = false
 
 # Disable raising errors when mass-assigning to a protected attribute
-config.whiny_protected_attributes = false
+config.active_record.whiny_protected_attributes = false
-- 
cgit v1.2.3