Let's say I have:
object A, B, C each with corresponding models, views, and controllers
How would you load them all into one view (site index)? You could use a partial of each model's index, but then methods of that particular controller don't get called so you would have to add that view's methods. Any other suggestions? Thanks!