move approved column to common headers

This commit is contained in:
Bilal
2020-08-05 15:43:45 +02:00
parent a8944c6c4a
commit 4d83cff8d2
11 changed files with 10 additions and 26 deletions

View File

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