From 8cafa5760874e8403ae83251083ee1dbd70af2d9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 9 Jun 2016 15:26:04 +0900 Subject: remove deprecated `:prefix` option from doc [ci skip] The option was deprecated in #21191. --- actionview/lib/action_view/helpers/number_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview/lib/action_view') 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 # * :strip_insignificant_zeros - If +true+ removes # insignificant zeros after the decimal separator (defaults to # +true+) - # * :prefix - If +:si+ formats the number using the SI - # prefix (defaults to :binary) # * :raise - If true, raises +InvalidNumberError+ when # the argument is invalid. # -- cgit v1.2.3