diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-04-04 01:02:08 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-04-04 01:02:08 +0530 |
commit | 4da888f38452d9727c77fd91cd7a267e4e1eec42 (patch) | |
tree | c9669ee2c3c9c65a0fd10e44c152b7f3712d12b3 /activesupport | |
parent | 1e703f5d41ee6b1d52aababa04ed9bb094ad2533 (diff) | |
download | rails-4da888f38452d9727c77fd91cd7a267e4e1eec42.tar.gz rails-4da888f38452d9727c77fd91cd7a267e4e1eec42.tar.bz2 rails-4da888f38452d9727c77fd91cd7a267e4e1eec42.zip |
add require to suppress warning; remove variable
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/big_decimal/conversions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb b/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb index 5dc5710c53..39b8cea807 100644 --- a/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb +++ b/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb @@ -1,4 +1,5 @@ require 'bigdecimal' +require 'bigdecimal/util' require 'yaml' class BigDecimal |