fix misc release CSV export

This commit is contained in:
Bilal
2020-08-05 15:22:04 +02:00
parent 6267f12cc4
commit 3242bebd6a
3 changed files with 4 additions and 1 deletions

View File

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