diff options
author | Hongli Lai (Phusion) <hongli@phusion.nl> | 2010-06-17 15:47:37 +0200 |
---|---|---|
committer | Hongli Lai (Phusion) <hongli@phusion.nl> | 2010-06-17 15:47:37 +0200 |
commit | 6f5fb13928ee1bb0d6c619415d6b723cd9d38c73 (patch) | |
tree | 7c21ffb793833b9f5fcf7fb113f8c17507cec79c /activesupport | |
parent | 1910c9239531ae98af523da81c53eded14e2909f (diff) | |
download | rails-6f5fb13928ee1bb0d6c619415d6b723cd9d38c73.tar.gz rails-6f5fb13928ee1bb0d6c619415d6b723cd9d38c73.tar.bz2 rails-6f5fb13928ee1bb0d6c619415d6b723cd9d38c73.zip |
Remove documentation reference to AS::Notifications::Event#result because it has been removed.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/notifications.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb index 1aec7ea60f..1444fc1609 100644 --- a/activesupport/lib/active_support/notifications.rb +++ b/activesupport/lib/active_support/notifications.rb @@ -24,7 +24,6 @@ module ActiveSupport # event = @events.first # event.name #=> :render # event.duration #=> 10 (in milliseconds) - # event.result #=> "Foo" # event.payload #=> { :extra => :information } # # When subscribing to Notifications, you can pass a pattern, to only consume |