Edit characteristic

This commit is contained in:
Matthew Dillon 2015-09-04 08:45:54 -07:00
parent 24c870353f
commit f25fae0a83
6 changed files with 65 additions and 6 deletions

View file

@ -12,4 +12,5 @@ export default DS.Model.extend({
updatedBy : DS.attr('number'),
deletedBy : DS.attr('number'),
sortOrder : DS.attr('number'),
canEdit : DS.attr('boolean'),
});