minor cleanup

This commit is contained in:
Matthew Dillon 2015-10-04 15:54:02 -07:00
parent 33ed70caaf
commit 5be2888223
4 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,7 @@ export default DS.Model.extend({
password : DS.attr('string'),
name : DS.attr('string'),
role : DS.attr('string'),
canEdit : DS.attr('boolean'),
createdAt: DS.attr('date'),
updatedAt: DS.attr('date'),
deletedAt: DS.attr('date'),