diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-17 04:23:00 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-17 04:23:00 -0800 |
commit | c7727559e1df44e5930983901949e035b6346774 (patch) | |
tree | 5715b663630d2f07dbd62bd0117863f1cbf15941 | |
parent | a6de6f508c6566af098999ca70f93ee8023bc9a5 (diff) | |
download | rails-c7727559e1df44e5930983901949e035b6346774.tar.gz rails-c7727559e1df44e5930983901949e035b6346774.tar.bz2 rails-c7727559e1df44e5930983901949e035b6346774.zip |
Meant to describe the concept, not the setting [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 91dea5858f..ddc04d446c 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 @@ -45,7 +45,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 - # Use the lowest log_level to ensure availability of diagnostic information + # Use the lowest log level to ensure availability of diagnostic information # when problems arise. config.log_level = :debug |