Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created October 4, 2013 19:09
Show Gist options
  • Select an option

  • Save lando2319/6831081 to your computer and use it in GitHub Desktop.

Select an option

Save lando2319/6831081 to your computer and use it in GitHub Desktop.
<td><%= select_tag "personal_stat[user_id]", options_from_collection_for_select(@agents, "id", "full_name") %></td>
<td><%= select_tag "persoanl_stat[height]", options_for_select(@available_height), :prompt => "Select Height" %></td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment