Skip to content

Instantly share code, notes, and snippets.

@timdiggins
Last active October 7, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timdiggins/fd46c619925ac482002760cd4902c0dc to your computer and use it in GitHub Desktop.
Save timdiggins/fd46c619925ac482002760cd4902c0dc to your computer and use it in GitHub Desktop.
breaking rails conventions workshop
<!doctype html>
<head>
</head>
<body>
<form>
<div>
<label>Door number</label>
<input name="door_number">
</div>
<div>
<label>Company name</label>
<input name="company_name">
</div>
<div>
<label>
<input name="has_cactus" type="checkbox">
Has cactus
</label>
</div>
<input type="submit">
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment