diff --git a/config/environments/development.rb b/config/environments/development.rb index 13a03d1..9bbd40b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -33,4 +33,6 @@ Noosfero::Application.configure do # Expands the lines which load the assets config.assets.debug = true + + config.consider_all_requests_local = true end -- libgit2 0.21.2