spec/dummy/config/environments/test.rb in private_person-0.3.0 vs spec/dummy/config/environments/test.rb in private_person-0.3.1
- old
+ new
@@ -15,11 +15,8 @@
config.eager_load = false
# Show full error reports and disable caching
config.consider_all_requests_local = true
- # 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
end