Skip to content

Instantly share code, notes, and snippets.

@adrianlee
Created February 4, 2012 03:08
Show Gist options
  • Save adrianlee/1734849 to your computer and use it in GitHub Desktop.
Save adrianlee/1734849 to your computer and use it in GitHub Desktop.
/*
GET /profile -> index
GET /profile/new -> new
POST /profile -> create
GET /profile/:id -> show
GET /profile/:id/edit -> edit
PUT /profile/:id -> update
DELETE /profile/:id -> destroy
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment