class ActiveSupport::Notifications::Fanout::Subscribers::EventObject
Public Instance Methods
group_class()
click to toggle source
# File lib/active_support/notifications/fanout.rb, line 432 def group_class EventObjectGroup end
publish_event(event)
click to toggle source
# File lib/active_support/notifications/fanout.rb, line 436 def publish_event(event) @delegate.call event end