diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-05 13:00:21 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-05 13:01:14 -0200 |
commit | b8b100a83404e6d506dd806d0e11bade26f0d534 (patch) | |
tree | a20ab8f505d1bd07020701f93dce3a25035bc650 /activesupport/lib/active_support | |
parent | 5cb2edce7fb19173a11d2cb03b50327f89e79291 (diff) | |
download | rails-b8b100a83404e6d506dd806d0e11bade26f0d534.tar.gz rails-b8b100a83404e6d506dd806d0e11bade26f0d534.tar.bz2 rails-b8b100a83404e6d506dd806d0e11bade26f0d534.zip |
Remove AS::Concern extension from Testing::TaggedLogging
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/testing/tagged_logging.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/testing/tagged_logging.rb b/activesupport/lib/active_support/testing/tagged_logging.rb index 899467c45f..8ea2605733 100644 --- a/activesupport/lib/active_support/testing/tagged_logging.rb +++ b/activesupport/lib/active_support/testing/tagged_logging.rb @@ -1,10 +1,6 @@ -require 'active_support/concern' - module ActiveSupport module Testing module TaggedLogging - extend ActiveSupport::Concern - attr_writer :tagged_logger def before_setup |