|
|
@ -31,7 +31,8 @@ class ZipdownController < ApplicationController
|
|
|
|
end
|
|
|
|
end
|
|
|
|
send_file zipfile, :filename => obj.name+".zip", :type => detect_content_type(zipfile) if zipfile
|
|
|
|
send_file zipfile, :filename => obj.name+".zip", :type => detect_content_type(zipfile) if zipfile
|
|
|
|
|
|
|
|
|
|
|
|
#rescue NameError, ActiveRecord::RecordNotFound => e
|
|
|
|
rescue Exception => e
|
|
|
|
|
|
|
|
render file: 'public/no_file_found.html' , :layout => 'course_base'
|
|
|
|
#logger.error "[ZipDown] ===> #{e}"
|
|
|
|
#logger.error "[ZipDown] ===> #{e}"
|
|
|
|
#@error = e
|
|
|
|
#@error = e
|
|
|
|
end
|
|
|
|
end
|
|
|
|