Being new to Backbone.js, just wanted to clarify the correct way to go about this simple task.
Developing a web app, almost always, you\'ll have user accounts, where use
If you want a model / view with no collection, don't write a collection or collection view.
Add the view the same way you normally see the collection based view added.