From ab0c433bbab9ace8ed5e83cc35c2f7f17cbc304c Mon Sep 17 00:00:00 2001 From: thoefer Date: Sun, 27 Feb 2011 01:52:39 +0100 Subject: [PATCH] removed unneeded require of core_ext/module/delegation in configurable.rb --- activesupport/lib/active_support/configurable.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index 644db0b..471520b 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -1,7 +1,6 @@ require 'active_support/concern' require 'active_support/ordered_options' require 'active_support/core_ext/kernel/singleton_class' -require 'active_support/core_ext/module/delegation' module ActiveSupport # Configurable provides a config method to store and retrieve -- 1.7.2.2