mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove documentation reference to AS::Notifications::Event#result because it has been removed.
This commit is contained in:
parent
1910c92395
commit
6f5fb13928
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue