Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. User = new Model({
  2. name: 'Note',
  3. adaptor: 'best',
  4. scheme: {
  5. text: '',
  6. date: '',
  7. owner: {type: 'hasOne', name: 'User'}
  8. }
  9. 'hasOne profile': {
  10. 'class': 'Identity'
  11. },
  12. 'hasMany notes': {}
  13. });
Add Comment
Please, Sign In to add comment