Skip to content

Instantly share code, notes, and snippets.

@bnhansn
Created October 22, 2016 18:51
Show Gist options
  • Save bnhansn/0112def856d015f562f6890afe956e2a to your computer and use it in GitHub Desktop.
Save bnhansn/0112def856d015f562f6890afe956e2a to your computer and use it in GitHub Desktop.
# ...
resources "/rooms", RoomController, only: [:index, :create] do
resources "/messages", MessageController, only: [:index]
end
# ...rest of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment