From 82a62b804c5f9165a85700da7bcdb91ca295c14d Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Thu, 8 Mar 2012 00:07:22 +0530 Subject: remove unused require from AS/core_ext/class/delegating_att.rb --- .../lib/active_support/core_ext/class/delegating_attributes.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb b/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb index 29bf7c0f3d..0634f20e3c 100644 --- a/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb +++ b/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb @@ -1,5 +1,3 @@ -require 'active_support/core_ext/object/blank' -require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/kernel/singleton_class' require 'active_support/core_ext/module/remove_method' -- cgit v1.2.3