Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created March 19, 2012 09:35
Show Gist options
  • Save jlebrech/2105261 to your computer and use it in GitHub Desktop.
Save jlebrech/2105261 to your computer and use it in GitHub Desktop.
Why does this not behave locally?
<%= form_tag edit_multiple_game_flags_path(params[:game_id]) do |f| %>
<% @flags.each do |flag| %>
<%= check_box_tag "checkbox[]", flag.reportee_id %></td>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment