Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorarthur
     

    If I have three models (say city, state, country), is there any way I can find() and include the whole chain of joins so i can do {city.state.country.name} in the view? Kind of like http://snippets.dzone.com/posts/show/2089

    Thanks!

    •  
      CommentAuthorbermi
     

    Arthur,

    Nested includes are not implemented yet on Akelos

    • CommentAuthorarthur
     
    Okey, thanks!