Methods

Instance Public methods

group_class()

📝 Source code
# File activesupport/lib/active_support/notifications/fanout.rb, line 456
def group_class
  EventObjectGroup
end
🔎 See on GitHub

publish_event(event)

📝 Source code
# File activesupport/lib/active_support/notifications/fanout.rb, line 460
def publish_event(event)
  @delegate.call event
end
🔎 See on GitHub

Definition files