2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/javascripts/admin/routes/admin-flags-posts-active.js.es6

6 lines
129 B
Text
Raw Normal View History

export default Discourse.Route.extend({
model() {
2017-09-11 16:44:20 -04:00
return this.store.findAll('flagged-post', { filter: 'active' });
}
});