aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-04-03 12:47:11 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-04-03 12:47:11 -0700
commit81ed4f5ecbb45e96355a5ff3bd00a2c26ed60503 (patch)
treeacf514100bf1c15c2ddba70461862bd0c300e713 /activesupport
parentdb113d90caabf7a5d16aef4b61d41155eb5b86c6 (diff)
parent4da888f38452d9727c77fd91cd7a267e4e1eec42 (diff)
downloadrails-81ed4f5ecbb45e96355a5ff3bd00a2c26ed60503.tar.gz
rails-81ed4f5ecbb45e96355a5ff3bd00a2c26ed60503.tar.bz2
rails-81ed4f5ecbb45e96355a5ff3bd00a2c26ed60503.zip
Merge pull request #10080 from vipulnsward/railties_warning_fix_v2
add require to suppress warning; remove variable
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/big_decimal/conversions.rb1
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