Methods

Instance Public methods

group_class()

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

publish_event(event)

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