diff --git a/app/models/panda/adapter.coffee b/app/models/panda/adapter.coffee index 77c37cb..9acb554 100644 --- a/app/models/panda/adapter.coffee +++ b/app/models/panda/adapter.coffee @@ -2,5 +2,6 @@ import DS from 'ember-data' export default DS.Model.extend title: DS.attr('string') + url_name: DS.attr('string') authorizations: DS.attr(defaultValue: -> [])