1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #6789 from takoyakikamen/aptests

Correct the AP test。
This commit is contained in:
Aaron Patterson 2012-06-19 20:46:26 -07:00
commit 3a1cac42a5

View file

@ -111,6 +111,7 @@ module ActiveSupport
finished = Time.now
event = @event_stack.pop
event.end = finished
event.payload.merge!(payload)
method = name.split('.').first
begin