Skip to content

Instantly share code, notes, and snippets.

@ivanovv
Created March 13, 2015 08:31
Show Gist options
  • Select an option

  • Save ivanovv/185582fd658858ef87eb to your computer and use it in GitHub Desktop.

Select an option

Save ivanovv/185582fd658858ef87eb to your computer and use it in GitHub Desktop.
challenges
join_challenge POST /challenges/:id/join(.:format) challenges#join
leaderboard_challenge GET /challenges/:id/leaderboard(.:format) challenges#leaderboard
leave_challenge DELETE /challenges/:id/leave(.:format) challenges#leave
challenges GET /challenges(.:format) challenges#index
POST /challenges(.:format) challenges#create
new_challenge GET /challenges/new(.:format) challenges#new
edit_challenge GET /challenges/:id/edit(.:format) challenges#edit
challenge GET /challenges/:id(.:format) challenges#show
PATCH /challenges/:id(.:format) challenges#update
PUT /challenges/:id(.:format) challenges#update
DELETE /challenges/:id(.:format) challenges#destroy
challenges_user GET /users/:id/challenges(.:format) challenges#index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment