From 84403ae065a213f40ccce397c7b428ad8b79ec00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BF=E3=82=B3=E7=84=BC=E3=81=8D=E4=BB=AE=E9=9D=A2?= Date: Tue, 19 Jun 2012 20:44:45 -0700 Subject: =?UTF-8?q?Correct=20the=20AP=20test=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activesupport/lib/active_support/log_subscriber.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/log_subscriber.rb b/activesupport/lib/active_support/log_subscriber.rb index 720954625a..8c3921c423 100644 --- a/activesupport/lib/active_support/log_subscriber.rb +++ b/activesupport/lib/active_support/log_subscriber.rb @@ -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 -- cgit v1.2.3