Method moved to service

This commit is contained in:
Andrew8xx8 2013-02-20 15:33:03 +04:00
parent aa1780d03c
commit 99760edc75
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,4 @@
#
class SystemHook < WebHook
def async_execute(data)
Sidekiq::Client.enqueue(SystemHookWorker, id, data)
end
end