method

publish

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

No documentation available.

# File activesupport/lib/active_support/notifications.rb, line 196
      def publish(name, *args)
        notifier.publish(name, *args)
      end