Skip to content

Commit

Permalink
Removed loadedAdapters
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jun 30, 2014
1 parent 74beee8 commit 8e15fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/init/model.js
Expand Up @@ -88,7 +88,6 @@ module.exports = new (function () {
else {
adapter = model.adapters[adapterName];
done = function (adapter) {
model.loadedAdapters[name] = adapter; // Backward compat, remove after 0.9
model[name].adapter = adapter; // e.g. model.FooBar.adapter
model.adapters[adapterName] = adapter; // e.g., model.adpaters.postgres
cb();
Expand Down

0 comments on commit 8e15fae

Please sign in to comment.