Skip to content

Instantly share code, notes, and snippets.

@chadjemmett
Created August 14, 2015 06:55
Show Gist options
  • Save chadjemmett/477fd2d451fcf3e1f104 to your computer and use it in GitHub Desktop.
Save chadjemmett/477fd2d451fcf3e1f104 to your computer and use it in GitHub Desktop.
<ul>
<%= @list_of_names.each do |name| %>
<form action="/save_the_names" method="post">
<li><%= name %></li><input type="checkbox" name="name_i_want_to_save"
<% end %>
<input type="submit">
</form>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment