Created
August 9, 2016 02:39
-
-
Save giancarlosisasi/76e0b92f80544a192d8a34452436a74b 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
| # good | |
| resources :comunity do | |
| resources :users | |
| end | |
| resources :users do | |
| resources :articles | |
| end | |
| resources :articles do | |
| resources :comments | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment