From 851760c0e18fb29fea9063f35dc1d2229de221c6 Mon Sep 17 00:00:00 2001 From: amitkumarsuroliya Date: Tue, 22 Sep 2015 08:44:21 +0530 Subject: Correcting output of `file_field` with `multiple` attribute option [ci skip] --- actionview/lib/action_view/helpers/form_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionview/lib/action_view/helpers/form_helper.rb') diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index ebf5ea5b77..5a9a5d6d18 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -849,8 +849,8 @@ module ActionView # file_field(:user, :avatar) # # => # - # file_field(:post, :image, :multiple => true) - # # => + # file_field(:post, :image, multiple: true) + # # => # # file_field(:post, :attached, accept: 'text/html') # # => -- cgit v1.2.3