aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-20 10:38:43 -0700
committerArun Agrawal <arunagw@gmail.com>2012-04-10 21:08:53 +0530
commitfedd87cc0542461b3f04f8a7fb9aa5a89a7e1992 (patch)
tree762d562dbb5e86775bd18b6b0d7b7d5b4450e15f /activesupport/lib
parent2991370a4081cfb71533ade113c5aaf1d70bfe06 (diff)
downloadrails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.tar.gz
rails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.tar.bz2
rails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.zip
probably should require the objects we monkey patch.
Diffstat (limited to 'activesupport/lib')
-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