From 4da888f38452d9727c77fd91cd7a267e4e1eec42 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Thu, 4 Apr 2013 01:02:08 +0530 Subject: add require to suppress warning; remove variable --- activesupport/lib/active_support/core_ext/big_decimal/conversions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') 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 -- cgit v1.2.3