I am using fetch in the index action of the following backbone.js controller:
App.Controllers.PlanMembers = Backbone.Controller.extend({ routes: { \"
Adding 'cache:false' to fetch worked!
this.foo.fetch({ cache:false });
I was able to fix a bug that only appeared in IE when dev tools was not being used.