X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/57095bc6c07056cb679087b3b3179404445b372e..3e49e4a62ad9ccce7a193ab0393a7722896455aa:/app/controllers/browse_controller.rb diff --git a/app/controllers/browse_controller.rb b/app/controllers/browse_controller.rb index 6eb967568..0fccbb506 100644 --- a/app/controllers/browse_controller.rb +++ b/app/controllers/browse_controller.rb @@ -6,6 +6,7 @@ class BrowseController < ApplicationController before_action(:except => [:query]) { |c| c.check_database_readable(true) } before_action :require_oauth around_action :web_timeout + authorize_resource :class => false def relation @type = "relation"