fix talent release CSV export

This commit is contained in:
Bilal
2020-08-05 15:35:19 +02:00
parent d1aa103d9c
commit 7e571845d8
3 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class TalentRelease < ApplicationRecord
class << self
def custom_csv_exportable_headers
%i[name phone email]
%i[approved? name phone email]
end
end