Skip to content

Instantly share code, notes, and snippets.

@jasherai
Created September 14, 2011 11:26
Show Gist options
  • Save jasherai/1216352 to your computer and use it in GitHub Desktop.
Save jasherai/1216352 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
resources :contacts, :only => [:new, :create]
constraints(Subdomain) do
match '/' => "home#index"
devise_for :users
resources :users, :only => :show
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment