disable the mass assignment thing until we deal with it [ci skip]
This commit is contained in:
parent
e3ccbb3471
commit
900067ba1e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Diaspora::Application.configure do
|
||||||
|
|
||||||
|
|
||||||
# Raise exception on mass assignment protection for Active Record models
|
# 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
|
# Log the query plan for queries taking more than this (works
|
||||||
# with SQLite, MySQL, and PostgreSQL)
|
# with SQLite, MySQL, and PostgreSQL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue