X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d01d06f224c7c7606d39862150d132c3fe2590b..ad3ba427b7971fac6b504118ed865246852cf14e:/app/controllers/trace_controller.rb diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index 07a6fe210..cfacad6a4 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -1,5 +1,5 @@ class TraceController < ApplicationController - layout "site" + layout "site", :except => :georss skip_before_action :verify_authenticity_token, :only => [:api_create, :api_read, :api_update, :api_delete, :api_data] before_action :authorize_web