Skip to content

Instantly share code, notes, and snippets.

View Gaurav0's full-sized avatar
💭
I'm looking for new opportunities!

Gaurav Munjal Gaurav0

💭
I'm looking for new opportunities!
View GitHub Profile
import DS from 'ember-data';
export default DS.Adapter.extend({
shouldReloadAll() {
//silence ember-data deprecation
return true;
},
findAll() {
// rather then doing an ajax, just echo back the default data