新建作品点取消时跳到我的作业页面
This commit is contained in:
parent
0b0f484a5b
commit
1daf620ed1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue