diff --git a/lib/Model.js b/lib/Model.js index 7989cacd..c0068055 100644 --- a/lib/Model.js +++ b/lib/Model.js @@ -262,6 +262,9 @@ function Model(opts) { conditions[opts.id[i]] = ids[i]; } + if (!options.hasOwnProperty("autoFetch")) { + options.autoFetch = opts.autoFetch; + } if (!options.hasOwnProperty("autoFetchLimit")) { options.autoFetchLimit = opts.autoFetchLimit; }