From fb9a919ce38a4081b0f55c172a1df4ff9479ca90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Thu, 23 Feb 2012 13:39:27 +0100 Subject: Use consistent whitespace for commented options. --- .../generators/rails/app/templates/config/environments/production.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/generators') diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt index 374e4801e0..7041550fd0 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt @@ -72,5 +72,5 @@ <%- end -%> # Disable automatic flushing of the log to improve performance. - #config.autoflush_log = false + # config.autoflush_log = false end -- cgit v1.2.3