Skip to content
Snippets Groups Projects
Commit ed94e998 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix for media attachments remote URL download

parent 1d9c8865
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ class MediaAttachment < ApplicationRecord
end
def file_remote_url=(url)
unless self[:file_remote_url] == url
self.file = URI.parse(url)
end
self[:file_remote_url] = url
self.file = URI.parse(url)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment