Created
October 22, 2016 18:51
-
-
Save bnhansn/0112def856d015f562f6890afe956e2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ... | |
| 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