Merge pull request #143 from phoenixek12/master
Error on missing template - has to have to_s if adding to string
This commit is contained in:
commit
e10675f830
@ -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