fix material release CSV export

This commit is contained in:
Bilal
2020-08-05 15:16:00 +02:00
parent 088994b90c
commit 78d182624d
3 changed files with 4 additions and 1 deletions

View File

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