controller tests create response

This commit is contained in:
Rimian Perkins
2017-02-15 11:40:00 +11:00
parent 35f9e4ffb2
commit 46a13af63a
5 changed files with 26 additions and 38 deletions
@@ -1,7 +0,0 @@
import { ajax } from 'discourse/lib/ajax';
export default Ember.Route.extend({
model() {
return ajax('/choice/form.json');
}
});