Skip to content

Instantly share code, notes, and snippets.

@alexrothenberg
Created April 23, 2010 07:21
Show Gist options
  • Save alexrothenberg/376308 to your computer and use it in GitHub Desktop.
Save alexrothenberg/376308 to your computer and use it in GitHub Desktop.
def create
@team = Team.create!(params[:team])
redirect_to team_url(@team)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment