Skip to content

Instantly share code, notes, and snippets.

@charliemaffitt
Created March 16, 2010 17:43
Show Gist options
  • Save charliemaffitt/334283 to your computer and use it in GitHub Desktop.
Save charliemaffitt/334283 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