Skip to content

Instantly share code, notes, and snippets.

@hayksaakian
Created March 16, 2013 19:17
Show Gist options
  • Save hayksaakian/5177868 to your computer and use it in GitHub Desktop.
Save hayksaakian/5177868 to your computer and use it in GitHub Desktop.
routes for a card game
# card belongs_to hand and a user
# hand belongs_to game
# game has_many spaces
/hands/:hand_id/cards/:card_id/spaces/:space_id/place?auth_token=TOKEN
/cards/:card_id/spaces/:space_id/place?auth_token=TOKEN
/cards/:card_id/place?auth_token=TOKEN&space_id=:space_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment