新建作品点取消时跳到我的作业页面

This commit is contained in:
cxt 2016-03-29 10:39:44 +08:00
parent 0b0f484a5b
commit 1daf620ed1
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ class StudentWorkController < ApplicationController
end
end
end
redirect_to user_homeworks_user_path(User.current.id)
redirect_to student_homeworks_user_path(User.current.id)
end
def retry_work