allow updates in any format

This commit is contained in:
Lee Lawlor 2014-03-02 22:29:26 -05:00
parent 4b83bfc3cf
commit 4c9886612f

View File

@ -326,6 +326,7 @@ class ChannelsController < ApplicationController
format.html { render :text => status }
format.json { render :json => feed.to_json }
format.xml { render :xml => feed.to_xml(Feed.public_options) }
format.any { render :text => status }
end and return
end