How to disable model.store in can.js

44 views Asked by At

Shifted to REST architecture, so don't need to store those anymore. Is there a way how to disable the model storing at all?

1

There are 1 answers

0
wongpratan On

We can clear store before get data from REST

model.store = {};