Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created July 31, 2008 05:04
Show Gist options
  • Save carllerche/3409 to your computer and use it in GitHub Desktop.
Save carllerche/3409 to your computer and use it in GitHub Desktop.
Merb::Router.prepare do |r|
r.match("(:path_account)", :account => "(:path_account|:subdomain)") do |stuff|
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment