Skip to content

Instantly share code, notes, and snippets.

@johnnaegle
Created February 10, 2015 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnaegle/314f481f36a4052b6467 to your computer and use it in GitHub Desktop.
Save johnnaegle/314f481f36a4052b6467 to your computer and use it in GitHub Desktop.
= form_for @issue do |form|
= form.select :status, options_for_enum(Issue, :status, @issue), {:include_blank => true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment