aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-04 22:22:21 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-04 23:05:28 +0100
commit45462c5e41a77e600878f7b8b2e41babeef8fe8f (patch)
treef8a7e3de9e2a3f3032bbbaa485a4ae73e3a964d4 /activesupport/lib/active_support/notifications
parent562a00ba16746bf36b7d8b327fabae3dabfdb122 (diff)
downloadrails-45462c5e41a77e600878f7b8b2e41babeef8fe8f.tar.gz
rails-45462c5e41a77e600878f7b8b2e41babeef8fe8f.tar.bz2
rails-45462c5e41a77e600878f7b8b2e41babeef8fe8f.zip
Expose Instrumenter id in Notifications.
Diffstat (limited to 'activesupport/lib/active_support/notifications')
-rw-r--r--activesupport/lib/active_support/notifications/instrumenter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb
index 0655dd0cb6..3b0b0d8da2 100644
--- a/activesupport/lib/active_support/notifications/instrumenter.rb
+++ b/activesupport/lib/active_support/notifications/instrumenter.rb
@@ -4,6 +4,8 @@ require 'active_support/core_ext/module/delegation'
module ActiveSupport
module Notifications
class Instrumenter
+ attr_reader :id
+
def initialize(notifier)
@id = unique_id
@notifier = notifier