From 92f12d77c4cddaabc4e7ad9c0881b087db8055c7 Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Tue, 27 Jul 2021 16:52:58 -0300 Subject: [PATCH] Fix :nodoc: [ci skip] --- activesupport/lib/active_support/notifications.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb index 3000dde7972..e8f838db380 100644 --- a/activesupport/lib/active_support/notifications.rb +++ b/activesupport/lib/active_support/notifications.rb @@ -198,7 +198,7 @@ module ActiveSupport notifier.publish(name, *args) end - def publish_event(event) # :nodoc; + def publish_event(event) # :nodoc: notifier.publish_event(event) end