Add identifier to organization for contract preservation
This commit is contained in:
@@ -6,8 +6,9 @@ validator = lookupValidator(ModelValidations)
|
||||
import config from 'ember-get-config'
|
||||
|
||||
export default DS.Model.extend
|
||||
name: DS.attr('string')
|
||||
logo: DS.attr()
|
||||
name: DS.attr('string')
|
||||
identifier: DS.attr('string')
|
||||
logo: DS.attr()
|
||||
changeset: (->
|
||||
new Changeset @, validator, ModelValidations
|
||||
).property()
|
||||
|
||||
Reference in New Issue
Block a user