diff options
author | Jon Atack <jon@atack.com> | 2014-08-04 19:19:26 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2014-08-04 19:19:26 +0200 |
commit | 9794e74977a99daa56b7beb6fc0621356ddd7a81 (patch) | |
tree | 010b3ce13f8593952aa738f4fda2487523005225 | |
parent | 930110b0452bd33e0ee54e9ec6d68e904ba7a0ad (diff) | |
download | rails-9794e74977a99daa56b7beb6fc0621356ddd7a81.tar.gz rails-9794e74977a99daa56b7beb6fc0621356ddd7a81.tar.bz2 rails-9794e74977a99daa56b7beb6fc0621356ddd7a81.zip |
Fix typo [ci skip]
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt | 2 |
1 files changed, 1 insertions, 1 deletions
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 48d1b06674..277fe01e89 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 @@ -44,7 +44,7 @@ Rails.application.configure do # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # config.force_ssl = true - # Set to :info to see decrease the log volume. + # Set to :info to decrease the log volume. config.log_level = :debug # Prepend all log lines with the following tags. |