method

event_object_subscriber

rails latest stable - Class: ActiveSupport::Notifications::Fanout::Subscribers

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

event_object_subscriber(pattern, block)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 106
        def self.event_object_subscriber(pattern, block)
          wrap_all pattern, EventObject.new(pattern, block)
        end