Skip to content

Instantly share code, notes, and snippets.

@guipdutra
Created June 5, 2013 17:57
Show Gist options
  • Save guipdutra/5715836 to your computer and use it in GitHub Desktop.
Save guipdutra/5715836 to your computer and use it in GitHub Desktop.
<%= f.input :code %>
<%= f.input :title %>
<%= label_tag "Conta Bancária?" %>
<%= select_tag "conta_bancaria", options_for_select([["Sim", true], ["Não", false]]), :include_blank => true %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment