Is there a way to have a different Backbone.sync method invoked for a subset of models in an application?
I have been experimenting with binding models to socket.io, but I don’t want all of them to work that way. I would like some of them to stick with REST.
Am I asking the wrong question and overriding sync is the wrong approach?
1 Answer