Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created April 18, 2011 18:23
Show Gist options
  • Save mcculloughsean/925860 to your computer and use it in GitHub Desktop.
Save mcculloughsean/925860 to your computer and use it in GitHub Desktop.
%select
%option Pick A City
- @markets_for_select.each do |country, states|
%optgroup{:label => "--- #{country}"}
- states.each do |state, cities|
%optgroup{:label => state}
-cities.each do |name, key|
%option{:value => key}
=name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment