不要怂,就是干,撸起袖子干!

Commit e77809ff by Jan Aagaard Meier

added hasSingle and hasAll functions to DAO

1 parent 8d0124b3
Showing with 0 additions and 4 deletions
......@@ -27,10 +27,6 @@ describe('Testing \'has\' function', function() {
this.Article = sequelize.define('Article', {
'title': Sequelize.STRING
}, {
instanceMethods: {
item_key: 'article'
}
})
this.Label = sequelize.define('Label', {
'text': Sequelize.STRING
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!