-
-
Save samuelluis/1099612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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