Skip to content

Instantly share code, notes, and snippets.

@RachelSa
Created August 12, 2017 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RachelSa/a0523a53abc4e618603b40e320ddd728 to your computer and use it in GitHub Desktop.
Save RachelSa/a0523a53abc4e618603b40e320ddd728 to your computer and use it in GitHub Desktop.
Rails collection_check_boxes
<%= f.collection_check_boxes :program_ids, @programs, :id, :title %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment