fix error

This commit is contained in:
chiu 2020-05-06 16:34:35 +08:00
parent 3456a79357
commit edc24c0382
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