diff options
| -rw-r--r-- | config/environments/development.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/environments/development.rb b/config/environments/development.rb index 250c17def..73606fc10 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,7 +26,7 @@ ChouetteIhm::Application.configure do    config.assets.compress = false    # Expands the lines which load the assets -  config.assets.debug = true +  config.assets.debug = false    config.action_mailer.default_url_options = { :host => 'localhost:3000' } | 
