removin uneeded stuff left there by supidity

This commit is contained in:
Miha Mencin 2019-10-08 17:23:46 +02:00
parent 4f290cacfc
commit c673c3960f

View file

@ -6,7 +6,6 @@ module ModelExporters
class ModelExporter
attr_accessor :assets_to_copy
attr_accessor :tiny_mce_assets_to_copy
include ActiveStorage::Downloading
def initialize
@assets_to_copy = []
@ -21,7 +20,6 @@ module ModelExporters
destination_path = File.join(dir, a.file_name)
blob.open do |file|
system '/path/to/virus/scanner', file.path
FileUtils.cp(file.path, destination_path)
end