Skip to content

Instantly share code, notes, and snippets.

@leandrocp
Created September 7, 2012 15:58
Show Gist options
  • Save leandrocp/3667394 to your computer and use it in GitHub Desktop.
Save leandrocp/3667394 to your computer and use it in GitHub Desktop.
simple_form test
div class="row"
div class="four columns"
= simple_form_for(@cliente) do |f|
= f.error_notification
.form-inputs
= f.input :nome
.form-actions
= f.button :submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment