fix appearance release CSV export

This commit is contained in:
Bilal
2020-08-05 15:12:39 +02:00
parent fd7357045c
commit 088994b90c
4 changed files with 11 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class AppearanceRelease < ApplicationRecord
class << self
def custom_csv_exportable_headers
%i[name contact_info]
%i[approved? name contact_info]
end
end