mirror of https://github.com/rails/rails
commit
75a864c2b6
|
@ -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 New Issue