Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created October 18, 2012 18:19
Show Gist options
  • Select an option

  • Save jraczak/3913899 to your computer and use it in GitHub Desktop.

Select an option

Save jraczak/3913899 to your computer and use it in GitHub Desktop.
<%= f.input :user_id, collection: current_user.dwelling.roomies.all, label_method: :full_name, selected: current_user.id %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment