diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-20 10:38:43 -0700 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-04-10 21:08:53 +0530 |
commit | fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992 (patch) | |
tree | 762d562dbb5e86775bd18b6b0d7b7d5b4450e15f | |
parent | 2991370a4081cfb71533ade113c5aaf1d70bfe06 (diff) | |
download | rails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.tar.gz rails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.tar.bz2 rails-fedd87cc0542461b3f04f8a7fb9aa5a89a7e1992.zip |
probably should require the objects we monkey patch.
-rw-r--r-- | activesupport/lib/active_support/core_ext/object/duplicable.rb | 1 |
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 |