aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-25 16:01:46 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-25 16:28:21 -0700
commit53fbbf4b83cb5c2c7fcaa691129fad4df4d266ae (patch)
tree15330d0ce09661b550decb638752c13f6c82feb0
parent2c4fcec44d20f70d44a0c8a153c7e94d4ca606ca (diff)
downloadrails-53fbbf4b83cb5c2c7fcaa691129fad4df4d266ae.tar.gz
rails-53fbbf4b83cb5c2c7fcaa691129fad4df4d266ae.tar.bz2
rails-53fbbf4b83cb5c2c7fcaa691129fad4df4d266ae.zip
fisting warning
-rw-r--r--activesupport/lib/active_support/notifications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 886d7183eb..ca9f5ae1ac 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -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]