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

Commit 46af7eca by Sascha Depold

renamed loadAssociatedData to fetchAssociations

1 parent 1de28b2d
Showing with 1 additions and 1 deletions
...@@ -286,7 +286,7 @@ exports.SequelizeTable = function(Sequelize, sequelize, tableName, attributes, o ...@@ -286,7 +286,7 @@ exports.SequelizeTable = function(Sequelize, sequelize, tableName, attributes, o
return this.id == null return this.id == null
}, },
loadAssociatedData: function(callback) { fetchAssociations: function(callback) {
var associatedData = {}, var associatedData = {},
self = this, self = this,
setAssociatedDataAndReturn = function() { setAssociatedDataAndReturn = function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!