]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
Fix double XML declaration on trace RSS feeds
[rails.git] / app / controllers / trace_controller.rb
index 07a6fe21023b4c34c46cde7fa130bdaaa07d1b60..cfacad6a4e197d77262e12bb216c0f885a0ebe35 100644 (file)
@@ -1,5 +1,5 @@
 class TraceController < ApplicationController
 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
 
   skip_before_action :verify_authenticity_token, :only => [:api_create, :api_read, :api_update, :api_delete, :api_data]
   before_action :authorize_web