aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-12-21 09:25:29 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2011-12-21 09:29:59 +0200
commitee69ef62a8edf6adfa4aba33e5d4f61ad55b6a25 (patch)
treeab30f1b36fd056a1c9bd24b23ef1f66a746e87dd /actionpack/lib/action_view/helpers
parent8e749cd4bd3d3cefa75636fb9ade1672c3c980d3 (diff)
downloadrails-ee69ef62a8edf6adfa4aba33e5d4f61ad55b6a25.tar.gz
rails-ee69ef62a8edf6adfa4aba33e5d4f61ad55b6a25.tar.bz2
rails-ee69ef62a8edf6adfa4aba33e5d4f61ad55b6a25.zip
Remove some of the ActiveSupport core extensions related to 1.8.
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/number_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb
index b37e837a23..1c0fdb8ff9 100644
--- a/actionpack/lib/action_view/helpers/number_helper.rb
+++ b/actionpack/lib/action_view/helpers/number_helper.rb
@@ -1,7 +1,6 @@
# encoding: utf-8
require 'active_support/core_ext/big_decimal/conversions'
-require 'active_support/core_ext/float/rounding'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/string/output_safety'