Skip to content

Instantly share code, notes, and snippets.

@spikebrehm
Created June 17, 2013 22:55
Show Gist options
  • Save spikebrehm/5801245 to your computer and use it in GitHub Desktop.
Save spikebrehm/5801245 to your computer and use it in GitHub Desktop.
var route = {controller: 'home', action: 'index'};
var action = router.getAction(route);
var handler = router.getHandler(action, null, route);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment