1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix :nodoc: [ci skip]

This commit is contained in:
Santiago Bartesaghi 2021-07-27 16:52:58 -03:00
parent a29884d733
commit 92f12d77c4

View file

@ -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