export default Discourse.Route.extend({
model() {
return this.store.findAll('flagged-post', { filter: 'old' });
},
});