Skip to content

Instantly share code, notes, and snippets.

@rodriguezartav
Created October 13, 2011 18:34
Show Gist options
  • Save rodriguezartav/1285061 to your computer and use it in GitHub Desktop.
Save rodriguezartav/1285061 to your computer and use it in GitHub Desktop.
Spine Model - Simple
class Post extends Spine.Model
@configure "Post", "name"
@extend Spine.Model.Ajax
module.exports = Post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment