aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-09 15:26:04 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-09 15:26:04 +0900
commit8cafa5760874e8403ae83251083ee1dbd70af2d9 (patch)
tree24558a42874e1d02ba1dc3296a5053c4564a7a2b /actionview/lib/action_view
parent5eea500ecf5858048ec69dbecb70d3f90f2a1024 (diff)
downloadrails-8cafa5760874e8403ae83251083ee1dbd70af2d9.tar.gz
rails-8cafa5760874e8403ae83251083ee1dbd70af2d9.tar.bz2
rails-8cafa5760874e8403ae83251083ee1dbd70af2d9.zip
remove deprecated `:prefix` option from doc [ci skip]
The option was deprecated in #21191.
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r--actionview/lib/action_view/helpers/number_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/lib/action_view/helpers/number_helper.rb b/actionview/lib/action_view/helpers/number_helper.rb
index f0222582c7..23081c5f07 100644
--- a/actionview/lib/action_view/helpers/number_helper.rb
+++ b/actionview/lib/action_view/helpers/number_helper.rb
@@ -263,8 +263,6 @@ module ActionView
# * <tt>:strip_insignificant_zeros</tt> - If +true+ removes
# insignificant zeros after the decimal separator (defaults to
# +true+)
- # * <tt>:prefix</tt> - If +:si+ formats the number using the SI
- # prefix (defaults to :binary)
# * <tt>:raise</tt> - If true, raises +InvalidNumberError+ when
# the argument is invalid.
#