import { ajax } from 'discourse/lib/ajax';
export default Ember.Route.extend({
model() {
return ajax('/choice/form.json');
}
});