diff --git a/app/models/panda/organization.coffee b/app/models/panda/organization.coffee index f86b084..429d81c 100644 --- a/app/models/panda/organization.coffee +++ b/app/models/panda/organization.coffee @@ -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()