diff options
author | yui-knk <spiketeika@gmail.com> | 2015-04-08 19:58:44 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-04-08 19:58:44 +0900 |
commit | c1a1c58a93305e3fe46d1fa9c1eea73b899449c0 (patch) | |
tree | ac0d55bcd22e0a6ca6053c8bcf475bf80a7bb7ef /actionview/lib | |
parent | 0f26977d092dff56561c0697d2bf2dccece611a7 (diff) | |
download | rails-c1a1c58a93305e3fe46d1fa9c1eea73b899449c0.tar.gz rails-c1a1c58a93305e3fe46d1fa9c1eea73b899449c0.tar.bz2 rails-c1a1c58a93305e3fe46d1fa9c1eea73b899449c0.zip |
[ci skip] Add `,`
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/helpers/form_tag_helper.rb | 2 |
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. |