Add identifier to organization for contract preservation

This commit is contained in:
2018-10-22 12:18:04 -03:00
parent 5efa6f05e6
commit 7aca0db82c
+1
View File
@@ -7,6 +7,7 @@ import config from 'ember-get-config'
export default DS.Model.extend
name: DS.attr('string')
identifier: DS.attr('string')
logo: DS.attr()
changeset: (->
new Changeset @, validator, ModelValidations