Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (has_many)
  2. -- Project
  3. -- SubProject
  4. -- Blog
  5. -- Post
  6. -- Comment
  7. -- Rating
  8.  
  9. resource :projects do
  10. resource :sub_projects do
  11. resource :blogs do
  12. resource posts do
  13. resource :comments do
  14. resource :ratings do
  15. # might go even deeper...
  16. end
  17. end
  18. end
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement