X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/96cc9abd239340a5fb93c7fb3b47415c09914047..6c2432ae423c6744b8443c63d0e02e1ccc2d3011:/app/controllers/export_controller.rb diff --git a/app/controllers/export_controller.rb b/app/controllers/export_controller.rb index afdf4d8d7..18ac15c10 100644 --- a/app/controllers/export_controller.rb +++ b/app/controllers/export_controller.rb @@ -2,6 +2,7 @@ class ExportController < ApplicationController before_action :authorize_web before_action :set_locale before_action :update_totp, :only => [:finish] + authorize_resource :class => false caches_page :embed