Skip to content

Instantly share code, notes, and snippets.

@mateusvahl
Created May 30, 2016 11:35
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 mateusvahl/67abdb8667634f5bf2bc91f186886881 to your computer and use it in GitHub Desktop.
Save mateusvahl/67abdb8667634f5bf2bc91f186886881 to your computer and use it in GitHub Desktop.
(scope "/"
(scope "admin"
(scope "/user"
(get "index" 'index-controller))))
->
(get "/admin/user/index")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment