这样的事情应该工作
foo.findAll({ where : where, attributes : attributes, include : [{ model: bar, attributes: attributes}]}).success(function (result) {
这样的事情应该工作
foo.findAll({ where : where, attributes : attributes, include : [{ model: bar, attributes: attributes}]}).success(function (result) {