Comparing version 0.0.9 to 0.0.10
@@ -42,3 +42,3 @@ // Generated by CoffeeScript 1.6.2 | ||
} | ||
options.modelClass = this.modelClass; | ||
options.modelClass = options.modelClass || this.modelClass; | ||
return new Collection(path, this, options); | ||
@@ -57,2 +57,3 @@ }; | ||
route = _.extend({}, this.route, definition.options.$route || {}); | ||
route.modelClass = definition.schema.linenBuilder.modelClass; | ||
return this.createCollection(collectionName, route); | ||
@@ -59,0 +60,0 @@ }; |
{ | ||
"name": "linen", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46355
1030