fixes step destroing bug and fixes reports [fixes SCI-247]

This commit is contained in:
zmagod 2016-08-29 12:04:46 +02:00
parent 77c9c01ec7
commit 17aacc8ff5

View file

@ -221,7 +221,7 @@ class Asset < ActiveRecord::Base
S3_BUCKET.object(key).delete
end
end
report_elements.destroy_all
delete
end