diff config/environments/test.rb @ 201:681bfba39449

Hopefully the last bit of mass assignment update.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 00:18:36 +0900
parents f513b1ca455a
children d4cf49db9c49
line wrap: on
line diff
--- a/config/environments/test.rb	Wed May 08 00:10:12 2013 +0900
+++ b/config/environments/test.rb	Wed May 08 00:18:36 2013 +0900
@@ -26,9 +26,6 @@
   # ActionMailer::Base.deliveries array.
   config.action_mailer.delivery_method = :test
 
-  # Raise exception on mass assignment protection for Active Record models
-  config.active_record.mass_assignment_sanitizer = :strict
-
   # Print deprecation notices to the stderr
   config.active_support.deprecation = :stderr