Error on missing template has to have to_s to adding to string
This commit is contained in:
parent
95da632ae2
commit
a411d97893
@ -171,7 +171,7 @@ class DmsfUploadController < ApplicationController
|
||||
begin
|
||||
DmsfMailer.files_updated(User.current, files).deliver
|
||||
rescue ActionView::MissingTemplate => e
|
||||
Rails.logger.error "Could not send email notifications: " + e
|
||||
Rails.logger.error "Could not send email notifications: " + e.to_s
|
||||
end
|
||||
end
|
||||
unless failed_uploads.empty?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user