mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fisting warning
This commit is contained in:
parent
2c4fcec44d
commit
53fbbf4b83
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module ActiveSupport
|
|||
|
||||
class << self
|
||||
attr_writer :notifier
|
||||
delegate :publish, :unsubscribe, :to => :notifier
|
||||
delegate :publish, :to => :notifier
|
||||
|
||||
def instrument(name, payload = {})
|
||||
if @instrumenters[name]
|
||||
|
|
Loading…
Reference in a new issue