Created
August 12, 2017 23:11
-
-
Save RachelSa/a0523a53abc4e618603b40e320ddd728 to your computer and use it in GitHub Desktop.
Rails collection_check_boxes
This file contains 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
<%= 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