Skip to content

Commit

Permalink
fisting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 25, 2010
1 parent 2c4fcec commit 53fbbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/notifications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Notifications

class << self
attr_writer :notifier
delegate :publish, :unsubscribe, :to => :notifier
delegate :publish, :to => :notifier

def instrument(name, payload = {})
if @instrumenters[name]
Expand Down

0 comments on commit 53fbbf4

Please sign in to comment.