Add url_name attribute to panda adapter object

This commit is contained in:
2018-08-08 17:27:39 +02:00
parent 834a52ee3a
commit c35960f087
+1
View File
@@ -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: -> [])