Skip to content

Instantly share code, notes, and snippets.

@hidenba
Created July 28, 2010 15:44
Show Gist options
  • Save hidenba/494949 to your computer and use it in GitHub Desktop.
Save hidenba/494949 to your computer and use it in GitHub Desktop.
#content
%strong Person
%p
= flash[:notice]
- form_for(:person, :url => acms_path) do |f|
%p
name:
= f.text_field :name
%p
age:
= f.text_field :age
%p
= submit_tag 'new'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment