Merge branch 'master' into 'master'

fix error



See merge request !6
This commit is contained in:
chiu 2020-05-06 16:35:54 +08:00
commit a0642177d6
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class SeminarsController < ApplicationController
end
begin
mail.deliver
rescue e
rescue => e
puts ["email can't deliver",e]
end
end