Skip to content

Instantly share code, notes, and snippets.

@asuraphel
Created October 14, 2013 12:08
Show Gist options
  • Save asuraphel/6974630 to your computer and use it in GitHub Desktop.
Save asuraphel/6974630 to your computer and use it in GitHub Desktop.
Select by form builder
f.select :channel_type, options_for_select( [['Message', 'Message'],['Auto-respond', 'Respond'],['API', 'API']]), class: "form-control"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment