为组织1添加子域名:team

This commit is contained in:
ouyangxuhua 2016-01-05 16:55:21 +08:00
parent 527897bff0
commit dab3f0d225
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ RedmineApp::Application.routes.draw do
get '/', to: 'organizations#show', defaults: { id: 5 }, constraints: {subdomain: 'micros'}
get '/', to: 'organizations#show', defaults: { id: 23 }, constraints: {subdomain: 'nubot'}
get '/', to: 'organizations#show', defaults: { id: 1 }, constraints: {subdomain: 'team'}
resources :org_member do
member do