Skip to content

Instantly share code, notes, and snippets.

@asalant
Created October 11, 2012 04:23
Show Gist options
  • Select an option

  • Save asalant/3870151 to your computer and use it in GitHub Desktop.

Select an option

Save asalant/3870151 to your computer and use it in GitHub Desktop.
Ubiquitous JS example: Backbone User
UserMixin = require '../../../../shared/user_mixins'
module.exports = class User extends Backbone.Model
idAttribute: '_id'
urlRoot: '/users'
UserMixin(User)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment