Skip to content

Instantly share code, notes, and snippets.

@marr
Created October 29, 2015 02:37
Show Gist options
  • Save marr/57d32ccf33b89ef7590e to your computer and use it in GitHub Desktop.
Save marr/57d32ccf33b89ef7590e to your computer and use it in GitHub Desktop.
= form_for(@bug) do |f|
= label_tag(:flow, Flow)
= f.collection_select :flow_id, Flow.all, :id, :name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment