Sha256: cf830a115728163828c0ba941af2b9b50f6b650a4aa1b6c8000f5ddfbb0bb205
Contents?: true
Size: 165 Bytes
Versions: 14
Compression:
Stored size: 165 Bytes
Contents
module Shipit class SetupGithubHookJob < BackgroundJob queue_as :default def perform(hook) # TODO: app-migration, delete this job end end end
Version data entries
14 entries across 14 versions & 1 rubygems