Skip to content

Instantly share code, notes, and snippets.

@pepetox
Created December 6, 2014 10:42
Show Gist options
  • Save pepetox/56ec62c229dd96460b9c to your computer and use it in GitHub Desktop.
Save pepetox/56ec62c229dd96460b9c to your computer and use it in GitHub Desktop.
Setting the son element in a rails relation
.... in a form tag
<%= f.collection_select(:category_id, Category.all, :id, :name, {:include_blank => true}) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment