Skip to content

Instantly share code, notes, and snippets.

@christopherdbull
Created August 24, 2012 02:12
Show Gist options
  • Save christopherdbull/3444741 to your computer and use it in GitHub Desktop.
Save christopherdbull/3444741 to your computer and use it in GitHub Desktop.
App.Message = Ember.Object.extend({
id: null,
text: null,
created_at: null,
persisted: false,
place: null,
user: null,
comments: []
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment