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

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