This commit is contained in:
Lee Lawlor 2014-09-16 15:15:59 -04:00
parent 805fb597b2
commit b3b397311e

View File

@ -147,7 +147,7 @@ class ChannelsController < ApplicationController
respond_to do |format|
format.html
format.json { render :json => @channels.not_social.to_json(Channel.private_options) }
format.xml { render :xml => @channel.not_socials.to_xml(Channel.private_options) }
format.xml { render :xml => @channel.not_social.to_xml(Channel.private_options) }
end
end