Skip to content

Instantly share code, notes, and snippets.

@Abazhenov
Created September 25, 2017 21:17
Show Gist options
  • Save Abazhenov/f18dbf339f267411b79eef3284246dac to your computer and use it in GitHub Desktop.
Save Abazhenov/f18dbf339f267411b79eef3284246dac to your computer and use it in GitHub Desktop.
const Story = require('./story');
const Tag = require('./tag');
const TagLink = require('./tagLink');
const User = require('./user');
TagLink.belongsTo(Tag);
Tag.Associate([Story, User]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment