Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Last active August 13, 2016 09:40
Show Gist options
  • Save ulisesrmzroche/8a997f40cf8824bac947 to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/8a997f40cf8824bac947 to your computer and use it in GitHub Desktop.
import DS from "ember-data";
export default DS.Model.extend({
name: DS.attr(),
email: DS.attr()
});
@thg303
Copy link

thg303 commented Aug 13, 2016

according to the blog text, it has to be "email" and "password":

Inside our model, we define two attributes, an email and password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment