diff options
author | 2011-06-13 12:31:19 +0200 | |
---|---|---|
committer | 2011-06-13 15:44:19 +0200 | |
commit | 40704683b7e2ad0e36be6792389c520801f4e37e (patch) | |
tree | 5247b7e2f64115901355f65c1d0e8eabdce45330 /site | |
parent | Show slacking information in the application (diff) | |
download | council-webapp-40704683b7e2ad0e36be6792389c520801f4e37e.tar.gz council-webapp-40704683b7e2ad0e36be6792389c520801f4e37e.tar.bz2 council-webapp-40704683b7e2ad0e36be6792389c520801f4e37e.zip |
Remove trailing whitespace
Diffstat (limited to 'site')
-rw-r--r-- | site/config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/config/application.rb b/site/config/application.rb index 2b15039..306aff9 100644 --- a/site/config/application.rb +++ b/site/config/application.rb @@ -8,7 +8,7 @@ Bundler.require(:default, Rails.env) if defined?(Bundler) module Council class Application < Rails::Application - + config.hobo.dryml_only_templates = true # Settings in config/environments/* take precedence over those specified here. |