Skip to content

Instantly share code, notes, and snippets.

@Abazhenov
Last active September 26, 2017 05:02
Show Gist options
  • Save Abazhenov/94c8a418704de5399defc69eeb710bf5 to your computer and use it in GitHub Desktop.
Save Abazhenov/94c8a418704de5399defc69eeb710bf5 to your computer and use it in GitHub Desktop.
const Tag = require('./tag')
const Story = require('./story')
Tag.belongsToMany(Story)
Story.belongsToMany(Tag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment