aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/number_helper.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-06-08 23:32:31 -0700
committerVipul A M <vipulnsward@gmail.com>2016-06-08 23:32:31 -0700
commit14350942e786f8d0a169f7dcb6ac0df5e5064319 (patch)
treec5b21fd528ef3883411df89500dd8e0b083513bc /actionview/lib/action_view/helpers/number_helper.rb
parent56de698f6b9b93b48a438856e7ae13ddeaf2b4c1 (diff)
parent8cafa5760874e8403ae83251083ee1dbd70af2d9 (diff)
downloadrails-14350942e786f8d0a169f7dcb6ac0df5e5064319.tar.gz
rails-14350942e786f8d0a169f7dcb6ac0df5e5064319.tar.bz2
rails-14350942e786f8d0a169f7dcb6ac0df5e5064319.zip
Merge pull request #25335 from y-yagi/remove_deprecated_prefix_option
remove deprecated `:prefix` option from doc [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/number_helper.rb')
-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.
#