(Ruby,Rails) CRUD nested models more than 4 levels deep on a single page…?
问题 As much amazing info as is out there, it often seems to fall just short of my demented requirements. That said, I'm looking for a mechanism by which to handle multiple nested models on a single page. Now, I've seen all the videos and posts (not really, but humor me) on nesting two models (Railscasts, etc.). However, I need to deal with models nested 4 deep, all the while using Javascript to keep the page clean. Basically I have Site -> Buildings -> Controllers -> Measurements and would like