Sha256: 8a0892207dd6c74f052e5f0c0ed9f333fd15a7a730fc64502b00cb62740ae78d
Contents?: true
Size: 133 Bytes
Versions: 35
Compression:
Stored size: 133 Bytes
Contents
module Publisher extend ActiveSupport::Concern def trigger(*args) ActiveSupport::Notifications.instrument(*args) end end
Version data entries
35 entries across 35 versions & 1 rubygems