Fix double XML declaration on trace RSS feeds

Fixes #1034
This commit is contained in:
Tom Hughes 2015-08-18 19:09:11 +01:00
parent 0d01d06f22
commit ad3ba427b7
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -1,2 +0,0 @@
xml.instruct!
xml << yield