Skip to content

Instantly share code, notes, and snippets.

@shreyas-satish
Created November 14, 2011 06:59
Show Gist options
  • Save shreyas-satish/1363413 to your computer and use it in GitHub Desktop.
Save shreyas-satish/1363413 to your computer and use it in GitHub Desktop.
Rails 3 routing : Map namespace to subdomain
constraints :subdomain => "admin" do
scope :module => "admin", :as => "admin" do
resources :players
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment