Skip to content

Instantly share code, notes, and snippets.

@alexrothenberg
Created April 23, 2010 07:18
Show Gist options
  • Save alexrothenberg/376307 to your computer and use it in GitHub Desktop.
Save alexrothenberg/376307 to your computer and use it in GitHub Desktop.
<h3>Create a New Team</h3>
<% form_for @team do |form| %>
<%= form.label :name %>
<%= form.text_field :name %>
<%= submit_tag %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment