fix music release CSV export

This commit is contained in:
Bilal
2020-08-05 15:24:57 +02:00
parent 3242bebd6a
commit d1aa103d9c
3 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class MusicRelease < ApplicationRecord
class << self
def custom_csv_exportable_headers
%i[name file_infos_count composers_count publishers_count]
%i[approved? name file_infos_count composers_count publishers_count]
end
end