aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-03-18 09:34:56 +0100
committerYves Senn <yves.senn@gmail.com>2013-03-18 16:51:35 +0100
commitf662a748a5d55159e1fae125a7b28695854141a2 (patch)
treeb88cdc04d2ea987ad046c5bff14bceb8c7d37e88 /actionpack/lib/action_view
parent1c2717d3f5a3ce0ea97f832d1d008e053ad47acd (diff)
downloadrails-f662a748a5d55159e1fae125a7b28695854141a2.tar.gz
rails-f662a748a5d55159e1fae125a7b28695854141a2.tar.bz2
rails-f662a748a5d55159e1fae125a7b28695854141a2.zip
do not freeze NumberHelper defaults.
Closes #9767.
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/number_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb
index b627c77dca..4519230fda 100644
--- a/actionpack/lib/action_view/helpers/number_helper.rb
+++ b/actionpack/lib/action_view/helpers/number_helper.rb
@@ -360,7 +360,7 @@ module ActionView
end
- STORAGE_UNITS = [:byte, :kb, :mb, :gb, :tb].freeze
+ STORAGE_UNITS = [:byte, :kb, :mb, :gb, :tb]
# Formats the bytes in +number+ into a more understandable
# representation (e.g., giving it 1500 yields 1.5 KB). This
@@ -452,7 +452,7 @@ module ActionView
end
DECIMAL_UNITS = {0 => :unit, 1 => :ten, 2 => :hundred, 3 => :thousand, 6 => :million, 9 => :billion, 12 => :trillion, 15 => :quadrillion,
- -1 => :deci, -2 => :centi, -3 => :mili, -6 => :micro, -9 => :nano, -12 => :pico, -15 => :femto}.freeze
+ -1 => :deci, -2 => :centi, -3 => :mili, -6 => :micro, -9 => :nano, -12 => :pico, -15 => :femto}
# Pretty prints (formats and approximates) a number in a way it
# is more readable by humans (eg.: 1200000000 becomes "1.2