Skip to content

Instantly share code, notes, and snippets.

@softwaregravy
Created August 7, 2011 21:05
Show Gist options
  • Save softwaregravy/1130794 to your computer and use it in GitHub Desktop.
Save softwaregravy/1130794 to your computer and use it in GitHub Desktop.
Routing for a subdomain
scope :path1, :as => 'path1' do
constraints(SubdomainConstraints) do
resources :my_resource
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment