Skip to content

Instantly share code, notes, and snippets.

@raarellano
Created March 27, 2015 03:32
Show Gist options
  • Save raarellano/59c42e1082488d69d52b to your computer and use it in GitHub Desktop.
Save raarellano/59c42e1082488d69d52b to your computer and use it in GitHub Desktop.
Rails form collection select with HTML options
=f.collection_select :category_id, Category.all, :id , :title, {prompt: "Select a Category"}, {class: "form-control"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment