Sha256: 21e2e31a9e4363db44ff39b048d5b9e595eb984be7bd39f631567775827c9763
Contents?: true
Size: 227 Bytes
Versions: 99
Compression:
Stored size: 227 Bytes
Contents
module Katello module Middleware class EventDaemon def initialize(app) @app = app end def call(env) Katello::EventDaemon::Runner.start @app.call(env) end end end end
Version data entries
99 entries across 99 versions & 1 rubygems