diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/number_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb index 8a5928e4f2..0bb1cdea51 100644 --- a/actionpack/lib/action_view/helpers/number_helper.rb +++ b/actionpack/lib/action_view/helpers/number_helper.rb @@ -60,7 +60,7 @@ module ActionView options = options.symbolize_keys area_code = options[:area_code] delimiter = options[:delimiter] || "-" - extension = options[:extension].to_s.strip + extension = options[:extension] country_code = options[:country_code] str = "" |