method
publish_event
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Subscriber
publish_event(event)public
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 152
def publish_event(event) # :nodoc:
method = event.name.split(".").first
send(method, event)
end