Skip to content

Instantly share code, notes, and snippets.

@blake41
Created June 27, 2013 14:35
Show Gist options
  • Save blake41/5876926 to your computer and use it in GitHub Desktop.
Save blake41/5876926 to your computer and use it in GitHub Desktop.
<form action='/pirate' method="POST">
<input ... name="pirate[name]" />
<input ... name="pirate[weight]" />
<input ... name="pirate[height]" />
<input ... name="pirate[ships][0][name]" />
<input ... name="pirate[ships][0][type]" />
<input ... name="pirate[ships][0][booty]" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment