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:
parent
a29884d733
commit
92f12d77c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue