TMP commit

This commit is contained in:
Bilal
2020-07-09 20:34:37 +02:00
parent bb8e5c9b73
commit 2020761649
5 changed files with 29 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ class MaterialRelease < ApplicationRecord
include Syncable
include Taggable
include PersonName
include CsvExportable
composed_of :person_address,
class_name: "Address",