From f046e8a70fe526ebcea88ea1d084eb4b634b653b Mon Sep 17 00:00:00 2001 From: Daniel Harrington Date: Mon, 2 Dec 2013 19:52:01 +0100 Subject: added missing require MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we’re using .delegate and should require it. --- activesupport/lib/active_support/tagged_logging.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/tagged_logging.rb b/activesupport/lib/active_support/tagged_logging.rb index 18bc919734..d5c2222d2e 100644 --- a/activesupport/lib/active_support/tagged_logging.rb +++ b/activesupport/lib/active_support/tagged_logging.rb @@ -1,3 +1,4 @@ +require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/object/blank' require 'logger' require 'active_support/logger' -- cgit v1.2.3