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