fix medical release CSV export

This commit is contained in:
Bilal
2020-08-05 15:19:01 +02:00
parent 78d182624d
commit 6267f12cc4

View File

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