We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93661e4 commit d9db075Copy full SHA for d9db075
1 file changed
app/gist/new/route.js
@@ -7,7 +7,7 @@ export default GistRoute.extend({
7
model () {
8
this.store.unloadAll('gistFile');
9
10
- var model = this.store.createRecord('gist', {description: 'New Twiddle '});
+ var model = this.store.createRecord('gist', {description: 'New Twiddle'});
11
12
model.get('files').pushObject(this.get('emberCli').generate('controllers/application'));
13
model.get('files').pushObject(this.get('emberCli').generate('templates/application'));
0 commit comments