Skip to content

Instantly share code, notes, and snippets.

@samuelluis
Forked from charliemaffitt/gist:334283
Created July 22, 2011 14:55
Show Gist options
  • Save samuelluis/1099612 to your computer and use it in GitHub Desktop.
Save samuelluis/1099612 to your computer and use it in GitHub Desktop.
<!-- update_city_menu.html.erb -->
<% if @state.cities.present? %>
<select id="neighborhood_field" name="search[city_field]">
<%= options_from_collection_for_select(@state.cities, :id, :name) %>
</select>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment