Skip to content

Instantly share code, notes, and snippets.

@randika
Created February 13, 2013 09:58
Show Gist options
  • Save randika/4943487 to your computer and use it in GitHub Desktop.
Save randika/4943487 to your computer and use it in GitHub Desktop.
rails simple_form grouped_collection_select example
<%= f.grouped_collection_select :parent_id, Characteristic.roots, :children, :name, :id, :name, {:include_blank => true}%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment