method

publish

rails latest stable - Class: ActiveSupport::Notifications::Fanout
publish(name, *args)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 293
      def publish(name, *args)
        iterate_guarding_exceptions(listeners_for(name)) { |s| s.publish(name, *args) }
      end