Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Created December 20, 2014 04:51
Show Gist options
  • Save ulisesrmzroche/87c31a62adafb409f3f2 to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/87c31a62adafb409f3f2 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()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment