REFACTOR: Composer messages to use new ember idioms

This commit is contained in:
Robin Ward
2016-06-06 15:23:19 -04:00
parent 6aaa484baa
commit 67303d7679
12 changed files with 205 additions and 189 deletions

View File

@ -42,7 +42,7 @@ export default function() {
this.get('/admin/plugins', () => response({ plugins: [] }));
this.get('/composer-messages', () => response([]));
this.get('/composer_messages', () => response({ composer_messages: [] }));
this.get("/latest.json", () => {
const json = fixturesByUrl['/latest.json'];