diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-23 22:35:47 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-23 22:35:47 -0700 |
commit | e9f9bf015efb9e576d4d38de57e389f54b631a43 (patch) | |
tree | b48a835a6e2f36b7c368e8651104230edc9f2be0 /railties | |
parent | 3540579a0bd5e66047d585f77233917bd6874562 (diff) | |
download | rails-e9f9bf015efb9e576d4d38de57e389f54b631a43.tar.gz rails-e9f9bf015efb9e576d4d38de57e389f54b631a43.tar.bz2 rails-e9f9bf015efb9e576d4d38de57e389f54b631a43.zip |
Removing extra white-spaces on config/environment/development.rb template
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt | 2 |
1 files changed, 1 insertions, 1 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 066aa54862..ca2d339e4b 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 @@ -2,7 +2,7 @@ # Settings specified here will take precedence over those in config/application.rb # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development + # every request. This slows down response time but is perfect for development # since you don't have to restart the web server when you make code changes. config.cache_classes = false |