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

fisting warning

This commit is contained in:
Aaron Patterson 2010-07-25 16:01:46 -07:00
parent 2c4fcec44d
commit 53fbbf4b83

View file

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