Skip to content

Instantly share code, notes, and snippets.

@nicolasembleton
Created July 26, 2012 14:14
Show Gist options
  • Save nicolasembleton/3182284 to your computer and use it in GitHub Desktop.
Save nicolasembleton/3182284 to your computer and use it in GitHub Desktop.
App.NewsObject = Em.Object.extend({
id: 0,
title: "Title",
shortDescription: "shortDesc",
longDescription: "longDesc",
image: "image",
content: "article content",
date: "1970-01-01",
url : ""
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment