diff options
author | Xavier Noria <fxn@hashref.com> | 2009-12-27 23:52:42 +0100 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-01-01 14:28:55 -0800 |
commit | a2595a1f0f066390c5827818417f045b3b042164 (patch) | |
tree | d098b36d5f4592278bb8dc8d04139c6a86bb866f /activesupport/lib | |
parent | 4a27d42637f47ed7410208a11a8b752e027c3bfd (diff) | |
download | rails-a2595a1f0f066390c5827818417f045b3b042164.tar.gz rails-a2595a1f0f066390c5827818417f045b3b042164.tar.bz2 rails-a2595a1f0f066390c5827818417f045b3b042164.zip |
delegating_attributes.rb does not use duplicable
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/class/delegating_attributes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |