0
0
Fork 0

Don't create attachments if remote file cannot be fetched

This commit is contained in:
Eugen Rochko 2016-11-18 23:16:34 +01:00
parent 882de42bab
commit e4f56fa942
2 changed files with 1 additions and 3 deletions

View file

@ -22,8 +22,6 @@ class MediaAttachment < ApplicationRecord
def file_remote_url=(url)
self.file = URI.parse(url)
rescue OpenURI::HTTPError => e
Rails.logger.debug "Error fetching remote attachment: #{e}"
end
def image?