aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2015-04-14 02:07:26 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2015-04-14 02:07:26 +0000
commit8ac458ad2e252ba041d9f4e42b94bd5997a622be (patch)
tree3ecebd40ec582f6eb6049b01ec5137bc7b9415b3 /actionview
parentea97c763c18b4f7534589665c73d501fcec229a3 (diff)
parent8ec88a1b9eee2f259fd9c4de87b9d7d0d4b21fba (diff)
downloadrails-8ac458ad2e252ba041d9f4e42b94bd5997a622be.tar.gz
rails-8ac458ad2e252ba041d9f4e42b94bd5997a622be.tar.bz2
rails-8ac458ad2e252ba041d9f4e42b94bd5997a622be.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb
index 65a0548ffb..1f76f40138 100644
--- a/actionview/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/form_tag_helper.rb
@@ -80,7 +80,7 @@ module ActionView
# associated records. <tt>option_tags</tt> is a string containing the option tags for the select box.
#
# ==== Options
- # * <tt>:multiple</tt> - If set to true the selection will allow multiple choices.
+ # * <tt>:multiple</tt> - If set to true, the selection will allow multiple choices.
# * <tt>:disabled</tt> - If set to true, the user will not be able to use this input.
# * <tt>:include_blank</tt> - If set to true, an empty option will be created. If set to a string, the string will be used as the option's content and the value will be empty.
# * <tt>:prompt</tt> - Create a prompt option with blank value and the text asking user to select something.