module Horizon::Publisher
Public Instance Methods
publish(event, *args)
click to toggle source
# File lib/horizon/publisher.rb, line 8 def publish(event, *args) Horizon::Context.current.publish event, *args end