This commit is contained in:
stormand 2017-01-05 17:04:10 +08:00
parent a6fc33f50f
commit 0d93267327
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class CoursesController < ApplicationController
else
flash={:warning => "导入失败"}
end
redirect_to excel_courses_path, flash: flash
render 'index', flash: flash
end
#-------------------------for students----------------------