system_hook_worker.rb 134 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class SystemHookWorker @queue = :system_hook def self.perform(hook_id, data) SystemHook.find(hook_id).execute data end end