aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/number_helper.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-29 10:37:38 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-29 10:37:38 -0800
commit8593e0f5627468720cbf7b327a2cc8bc06167d8a (patch)
tree4ccae1685a89954ce08430618cfae2ab90238abc /actionpack/lib/action_view/helpers/number_helper.rb
parentc7d6cfb1f6ec84340d0446206ba3b46f2de2bcfc (diff)
parent56fd56406c1c752bee91d9e5b3c04b6399f773df (diff)
downloadrails-8593e0f5627468720cbf7b327a2cc8bc06167d8a.tar.gz
rails-8593e0f5627468720cbf7b327a2cc8bc06167d8a.tar.bz2
rails-8593e0f5627468720cbf7b327a2cc8bc06167d8a.zip
Merge pull request #9113 from rosenfeld/patch-1
Add NumberHelper missing dependency
Diffstat (limited to 'actionpack/lib/action_view/helpers/number_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/number_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb
index 2f372bd111..ca8e0dfac7 100644
--- a/actionpack/lib/action_view/helpers/number_helper.rb
+++ b/actionpack/lib/action_view/helpers/number_helper.rb
@@ -1,5 +1,6 @@
# encoding: utf-8
+require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/big_decimal/conversions'
require 'active_support/core_ext/float/rounding'
require 'active_support/core_ext/object/blank'