Created
February 4, 2016 21:40
-
-
Save cmhobbs/a9e3a982c299da185932 to your computer and use it in GitHub Desktop.
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
<%= select_tag 'best_practice[organization_id]', options_for_select(all_groups_sorted.collect { |organization| [organization.title, organization.id] }), include_blank: true, :class => "required" %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment