From a2595a1f0f066390c5827818417f045b3b042164 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 27 Dec 2009 23:52:42 +0100 Subject: delegating_attributes.rb does not use duplicable --- activesupport/lib/active_support/core_ext/class/delegating_attributes.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/class') 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 301c09fc73..72e0eefb0a 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,4 @@ require 'active_support/core_ext/object/blank' -require 'active_support/core_ext/object/duplicable' require 'active_support/core_ext/array/extract_options' class Class -- cgit v1.2.3