Skip to content

Instantly share code, notes, and snippets.

@bnhansn
Created October 21, 2016 19:20
Show Gist options
  • Save bnhansn/bbbcbe004542bab94589638ea2dc9918 to your computer and use it in GitHub Desktop.
Save bnhansn/bbbcbe004542bab94589638ea2dc9918 to your computer and use it in GitHub Desktop.
get "/users/:id/rooms", UserController, :rooms
resources "/rooms", RoomController, only: [:index, :create]
post "/rooms/:id/join", RoomController, :join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment