diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-03 22:06:25 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-03 22:06:25 -0500 |
commit | 31319b471b797c063ec13f1dd11a27d68cd671a7 (patch) | |
tree | 492a8cd63f5ae44c563f3be617095723509b7a71 /actionpack/lib | |
parent | 7eaed071a2c701552491767e42730cb6419cc6c3 (diff) | |
download | rails-31319b471b797c063ec13f1dd11a27d68cd671a7.tar.gz rails-31319b471b797c063ec13f1dd11a27d68cd671a7.tar.bz2 rails-31319b471b797c063ec13f1dd11a27d68cd671a7.zip |
NumberHelper depends on big decimal extensions
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/number_helper.rb | 1 |
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 |