From 6f5fb13928ee1bb0d6c619415d6b723cd9d38c73 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 17 Jun 2010 15:47:37 +0200 Subject: Remove documentation reference to AS::Notifications::Event#result because it has been removed. --- activesupport/lib/active_support/notifications.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/notifications.rb') 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 -- cgit v1.2.3