call Postzord::Receiver::Private explicitly in receive_salmon

This commit is contained in:
danielgrippi 2011-09-14 19:19:00 -07:00
parent 707118d8b5
commit 656640ee94

View file

@ -10,7 +10,7 @@ module Job
def self.perform(user_id, xml)
user = User.find(user_id)
zord = Postzord::Receiver.new(user, :salmon_xml => xml)
zord = Postzord::Receiver::Private.new(user, :salmon_xml => xml)
zord.perform
end
end