I am trying to develop a single page application using Rails 3 and backbone.js. Is there away to instantiate two different collections in a router? Or would I need two routers routing to the same route?(I don’t think this is possible)
I have two collections and I don’t see why this is so hard to figure out. Any ideas?
You can instantiate and fetch as many collections, models, or views you like in a single route.