Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created December 12, 2008 17:45
Show Gist options
  • Save JakubOboza/35202 to your computer and use it in GitHub Desktop.
Save JakubOboza/35202 to your computer and use it in GitHub Desktop.
match("/database").to(:controller => "proxy", :action => "index" )
match("/database/:id").to(:controller => "proxy", :action => "index" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment