Guest User

Untitled

a guest
Apr 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <select>
  2. <option value="jon sucks">Zip Location</option>
  3. <% for locaiton in ziplocaitons %>
  4. <%= options_for_select(["Name", "value"])
  5. <% end %>
  6. </select>
Add Comment
Please, Sign In to add comment