Commit f77783f942952ee14f96b4f105e4d47e02249b80

Authored by Victor Costa
1 parent 7d107198

rails3: display debug output for view errors

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/environments/development.rb
@@ -33,4 +33,6 @@ Noosfero::Application.configure do @@ -33,4 +33,6 @@ Noosfero::Application.configure do
33 33
34 # Expands the lines which load the assets 34 # Expands the lines which load the assets
35 config.assets.debug = true 35 config.assets.debug = true
  36 +
  37 + config.consider_all_requests_local = true
36 end 38 end