Skip to content

Instantly share code, notes, and snippets.

@Ferdev
Created September 27, 2010 10:41
Show Gist options
  • Save Ferdev/598844 to your computer and use it in GitHub Desktop.
Save Ferdev/598844 to your computer and use it in GitHub Desktop.
= semantic_form_for @pet do |form|
= form.inputs do
= form.input :animal
= form.input :diseases, :as => :check_boxes
= form.buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment