class SystemHookWorker

Public Class Methods

perform(hook_id, data) click to toggle source
# File app/workers/system_hook_worker.rb, line 4
def self.perform(hook_id, data)
  SystemHook.find(hook_id).execute data
end