Skip to content

Instantly share code, notes, and snippets.

@dtolj
Created August 26, 2009 19:36
Show Gist options
  • Save dtolj/175747 to your computer and use it in GitHub Desktop.
Save dtolj/175747 to your computer and use it in GitHub Desktop.
<%= select_tag "member[program]",
option_groups_from_collection_for_select(@programs, :programsubtypes, :name, :id, :name, nil),html_options = {:size=>"0"} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment