diff config/environments/production.rb @ 195:cb30b72e8ded

Rails 4 deprecated, unused attribs removal.
author Edho Arief <edho@myconan.net>
date Tue, 07 May 2013 23:59:17 +0900
parents 4aa8194a1733
children f513b1ca455a
line wrap: on
line diff
--- a/config/environments/production.rb	Tue May 07 23:56:27 2013 +0900
+++ b/config/environments/production.rb	Tue May 07 23:59:17 2013 +0900
@@ -60,8 +60,4 @@
 
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
-
-  # Log the query plan for queries taking more than this (works
-  # with SQLite, MySQL, and PostgreSQL)
-  # config.active_record.auto_explain_threshold_in_seconds = 0.5
 end