Last active
September 26, 2017 05:02
-
-
Save Abazhenov/94c8a418704de5399defc69eeb710bf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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