Skip to content

Commit d42a703

Browse files
committed
lel
1 parent 6fc536c commit d42a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/questions/new/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default Controller.extend({
44
actions: {
55
saveCourse () {
66
return this.get('question').save().then(question => {
7-
this.transitionToRoute('questions.id', question)
7+
this.transitionToRoute('questions.id', question.id)
88
})
99
}
1010
}

0 commit comments

Comments
 (0)