Created
December 20, 2014 04:51
-
-
Save ulisesrmzroche/87c31a62adafb409f3f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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