Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # index.json.rabl
  2.  
  3. collection @cities
  4.  
  5. attributes :name, :population, :flag, :climate, :area
  6.  
  7. child :city_hall do
  8. attributes :id, :name, :region, :location
  9. end
  10.  
  11. child :neighborhoods do
  12. attributes :id, :name, :area, :population
  13. end
  14.  
  15. child :inhabitants => :people do
  16. attributes :id, :name, :age, :profile_picture_url
  17. end
  18.  
  19. child :major do
  20. attributes :id, :name, :mandate_start_date, :mandate_finish_date
  21. end
Add Comment
Please, Sign In to add comment