From bdf7624a5998b1a476d416c72cd58448c8c2454c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 20 Mar 2012 10:38:43 -0700 Subject: probably should require the objects we monkey patch. --- activesupport/lib/active_support/core_ext/object/duplicable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/object/duplicable.rb b/activesupport/lib/active_support/core_ext/object/duplicable.rb index 6c607b0d16..9d1630bb7c 100644 --- a/activesupport/lib/active_support/core_ext/object/duplicable.rb +++ b/activesupport/lib/active_support/core_ext/object/duplicable.rb @@ -105,6 +105,7 @@ class Module end end +require 'bigdecimal' class BigDecimal begin BigDecimal.new('4.56').dup -- cgit v1.2.3