fix acq.media release CSV export

This commit is contained in:
Bilal
2020-08-05 14:50:58 +02:00
parent 708cc5e0a8
commit 6378d45274
5 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class AcquiredMediaRelease < ApplicationRecord
class << self
def custom_csv_exportable_headers
%i[name file_infos_count]
%i[approved? name file_infos_count owner_info]
end
end