Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created January 10, 2011 15:25
Show Gist options
  • Save gmoeck/772892 to your computer and use it in GitHub Desktop.
Save gmoeck/772892 to your computer and use it in GitHub Desktop.
Todos.Task = SC.Record.extend({
isDone: SC.Record.attr(Boolean),
description: SC.Record.attr(String)
}) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment