call Postzord::Receiver::Private explicitly in receive_salmon
This commit is contained in:
parent
707118d8b5
commit
656640ee94
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue