method
publish
rails latest stable - Class:
ActiveSupport::Notifications::Fanout::Subscribers::Evented
publish(name, *args)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 394
def publish(name, *args)
if @can_publish
@delegate.publish name, *args
end
end