diff options
author | Nick Sinenko <nick.sinenko@gmail.com> | 2014-08-20 19:21:58 +1000 |
---|---|---|
committer | Nick Sinenko <nick.sinenko@gmail.com> | 2014-08-20 19:21:58 +1000 |
commit | 31c98ecc1d32bb1cc375640984775f7789944b67 (patch) | |
tree | a25366d7acc449e2f81b413e28b184a37c8966c8 /railties | |
parent | 9ea80288f69eb775f095d74a644bdc432984cc85 (diff) | |
download | rails-31c98ecc1d32bb1cc375640984775f7789944b67.tar.gz rails-31c98ecc1d32bb1cc375640984775f7789944b67.tar.bz2 rails-31c98ecc1d32bb1cc375640984775f7789944b67.zip |
remove end-of-line spacing in development.rb, production.rb
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt | 2 | ||||
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt index 35e3035a0b..d8326d1728 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt @@ -30,7 +30,7 @@ Rails.application.configure do # number of complex assets. config.assets.debug = true - # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # Asset digests allow you to set far-future HTTP expiration dates on all assets, # yet still be able to expire them through the digest params. config.assets.digest = true 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 bec7716a9b..bbfd9505bc 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 @@ -30,7 +30,7 @@ Rails.application.configure do # Do not fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false - # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # Asset digests allow you to set far-future HTTP expiration dates on all assets, # yet still be able to expire them through the digest params. config.assets.digest = true |