diamond.js
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -19,7 +19,7 @@ // Generated by CoffeeScript 1.7.1 | ||
} | ||
this.get("" + this.prefix + "/" + name, "" + name + "#index"); | ||
this.get("" + this.prefix + "/" + name + "/:" + param, "" + name + "#show"); | ||
this.post("" + this.prefix + "/" + name, "" + name + "#create"); | ||
this.put("" + this.prefix + "/" + name + "/:" + param, "" + name + "#update"); | ||
return this["delete"]("" + this.prefix + "/" + name + "/:" + param, "" + name + "#destroy"); | ||
this.get("/" + name, "" + name + "#index"); | ||
this.get("/" + name + "/:" + param, "" + name + "#show"); | ||
this.post("/" + name, "" + name + "#create"); | ||
this.put("/" + name + "/:" + param, "" + name + "#update"); | ||
return this["delete"]("/" + name + "/:" + param, "" + name + "#destroy"); | ||
}; | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "diamond.js", | ||
"description": "MVC web framework", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Arthur Xavier", |
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
27539