aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-20 10:38:43 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-20 10:38:43 -0700
commitbdf7624a5998b1a476d416c72cd58448c8c2454c (patch)
treeb0f199ed3ed0f257e31097577d116f6c389ac494 /activesupport
parentc317c5b25d9f49d0a0b55ddb93b6997c7673d09f (diff)
downloadrails-bdf7624a5998b1a476d416c72cd58448c8c2454c.tar.gz
rails-bdf7624a5998b1a476d416c72cd58448c8c2454c.tar.bz2
rails-bdf7624a5998b1a476d416c72cd58448c8c2454c.zip
probably should require the objects we monkey patch.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/object/duplicable.rb1
1 files changed, 1 insertions, 0 deletions
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