class Cased::Publishers::ActiveSupportPublisher

Public Instance Methods

publish(event) click to toggle source
# File lib/cased/publishers/active_support_publisher.rb, line 11
def publish(event)
  ::ActiveSupport::Notifications.instrument('event.cased', event: event)
end