Skip to content

Instantly share code, notes, and snippets.

@uokesita
Created January 14, 2011 05:38
Show Gist options
  • Save uokesita/779226 to your computer and use it in GitHub Desktop.
Save uokesita/779226 to your computer and use it in GitHub Desktop.
= simple_form_for(@post) do |f|
= render 'shared/error_messages', :target => @post
.inputs
= f.input :title
= f.input :sequence
= f.input :description, :input_html => {:rows =>5}
.actions
= f.button :submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment