Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created July 29, 2008 02:04
Show Gist options
  • Save carllerche/2998 to your computer and use it in GitHub Desktop.
Save carllerche/2998 to your computer and use it in GitHub Desktop.
r.match(:domain => "admin") do |admin|
admin.match("/users").to(:controller => "admin/users")
end
r.match(:domain => "site") do |site|
site.match("/users").to(:controller => "site/users")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment