Skip to content

Commit

Permalink
eternal confusion! fixed doco to inform correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Sanghi authored and fxn committed Dec 15, 2010
1 parent 3392b56 commit dfecb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/form_tag_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def form_tag(url_for_options = {}, options = {}, *parameters_for_url, &block)
# * Any other key creates standard HTML attributes for the tag.
#
# ==== Examples
# select_tag "people", options_from_collection_for_select(@people, "name", "id")
# select_tag "people", options_from_collection_for_select(@people, "id", "name")
# # <select id="people" name="people"><option value="1">David</option></select>
#
# select_tag "people", "<option>David</option>"
Expand Down

0 comments on commit dfecb3f

Please sign in to comment.