fix MR comments

This commit is contained in:
Bilal
2020-07-13 14:04:14 +02:00
parent e0cf5ba875
commit 3ffa883462
13 changed files with 89 additions and 53 deletions

View File

@@ -12,6 +12,12 @@ class LocationRelease < ApplicationRecord
include PersonName
include CsvExportable
class << self
def custom_csv_exportable_headers
%i[name address]
end
end
composed_of :address,
mapping: [
%w(address_street1 street1),