Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created February 21, 2012 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhamelink/a887949c4cdef9c5dae7 to your computer and use it in GitHub Desktop.
Save johnhamelink/a887949c4cdef9c5dae7 to your computer and use it in GitHub Desktop.
'routes' : function(){
// Standard Controllers
var standard = new this.obj.standardControllers;
// Middleware that modifies what's exposed
// to the Controller.
middleware = this.obj.routing;
console.log(standard);
return this;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment