Method: ActiveSupport::Notifications::Fanout::Subscribers::EventObject#publish_event
- Defined in:
- activesupport/lib/active_support/notifications/fanout.rb
#publish_event(event) ⇒ Object
438 439 440 |
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 438 def publish_event(event) @delegate.call event end |