Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created December 3, 2011 19:16
Show Gist options
  • Save joegaudet/1427872 to your computer and use it in GitHub Desktop.
Save joegaudet/1427872 to your computer and use it in GitHub Desktop.
// scalatra
get("/myStaticUrl/:url"){
redirect_to(prams("url")
}
//
def redirect_to
redirect_to "/applicationrout\##{params[:url}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment