aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-08 03:33:22 -0700
committerJosé Valim <jose.valim@gmail.com>2011-05-08 03:33:22 -0700
commit30db3a82f653e7d7215e41bec525932cf5b17de1 (patch)
treebb59f9fd10c818c4ca89ad1e2b18cedad37a0759 /activesupport/lib/active_support
parentad129639c7e72c3ba686db6202a4bff2cb2cfbfe (diff)
parent17a91a6ef93008170e50c073d1c3794f038a0a33 (diff)
downloadrails-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/lib/active_support')
-rw-r--r--activesupport/lib/active_support/log_subscriber/test_helper.rb1
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