diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-08 03:33:22 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-08 03:33:22 -0700 |
commit | 30db3a82f653e7d7215e41bec525932cf5b17de1 (patch) | |
tree | bb59f9fd10c818c4ca89ad1e2b18cedad37a0759 /activesupport | |
parent | ad129639c7e72c3ba686db6202a4bff2cb2cfbfe (diff) | |
parent | 17a91a6ef93008170e50c073d1c3794f038a0a33 (diff) | |
download | rails-30db3a82f653e7d7215e41bec525932cf5b17de1.tar.gz rails-30db3a82f653e7d7215e41bec525932cf5b17de1.tar.bz2 rails-30db3a82f653e7d7215e41bec525932cf5b17de1.zip |
Merge pull request #430 from dlee/methodoverride
Logs should show overridden method; Issue 426
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index 392e33edbc..3e54134c5c 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -1,5 +1,6 @@ require 'active_support/log_subscriber' require 'active_support/buffered_logger' +require 'active_support/notifications' module ActiveSupport class LogSubscriber |