From 900067ba1e6b5ba69f2ea7764dcc93ad6dc6beec Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 15 May 2012 13:35:22 -0700 Subject: [PATCH] disable the mass assignment thing until we deal with it [ci skip] --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 1a7a780cf..58735ae07 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -33,7 +33,7 @@ Diaspora::Application.configure do # Raise exception on mass assignment protection for Active Record models - config.active_record.mass_assignment_sanitizer = :strict + # config.active_record.mass_assignment_sanitizer = :strict # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL)