Last active
August 9, 2016 02:50
-
-
Save giancarlosisasi/2ace47d7745f7a89c0beafa9251fab94 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 :company do | |
| resources :departments do | |
| resources :employees | |
| end | |
| end | |
| resources :employees |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment