aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/number_helper.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-03 22:06:25 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-03 22:06:25 -0500
commit31319b471b797c063ec13f1dd11a27d68cd671a7 (patch)
tree492a8cd63f5ae44c563f3be617095723509b7a71 /actionpack/lib/action_view/helpers/number_helper.rb
parent7eaed071a2c701552491767e42730cb6419cc6c3 (diff)
downloadrails-31319b471b797c063ec13f1dd11a27d68cd671a7.tar.gz
rails-31319b471b797c063ec13f1dd11a27d68cd671a7.tar.bz2
rails-31319b471b797c063ec13f1dd11a27d68cd671a7.zip
NumberHelper depends on big decimal extensions
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 897a7cc348..397871b85e 100644
--- a/actionpack/lib/action_view/helpers/number_helper.rb
+++ b/actionpack/lib/action_view/helpers/number_helper.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext/big_decimal/conversions'
require 'active_support/core_ext/float/rounding'
module ActionView