WIP New user signup

This commit is contained in:
Matthew Dillon 2015-06-23 12:08:59 -08:00
parent 19359c341d
commit a8fdff6be0
11 changed files with 79 additions and 4 deletions

View file

@ -2,6 +2,7 @@ import DS from 'ember-data';
export default DS.Model.extend({
email : DS.attr('string'),
password : DS.attr('string'),
name : DS.attr('string'),
role : DS.attr('string'),
createdAt: DS.attr('date'),