Comparing version 0.0.12 to 0.0.13
@@ -51,3 +51,3 @@ // Generated by CoffeeScript 1.6.2 | ||
ModelPlugin.prototype._modelBuilderCreateCollection = function(item, definition) { | ||
var collectionName, route, schemaName; | ||
var collectionName, route, schemaName, _ref; | ||
@@ -57,3 +57,3 @@ schemaName = definition.options.$ref; | ||
route = _.extend({}, this.route, definition.options.$route || {}); | ||
route.modelClass = definition.schema.linenBuilder.modelClass; | ||
route.modelClass = (_ref = definition.schemaRef()) != null ? _ref.linenBuilder.modelClass : void 0; | ||
return this.createCollection(collectionName, route); | ||
@@ -60,0 +60,0 @@ }; |
{ | ||
"name": "linen", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"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
46406