OSDN Git Service

83bf6a9ac90c01f7c27439d9f3fede718fb2e4c9
[tdcgexplorer/nimono.git] / config / routes.rb
1 Nimono::Application.routes.draw do
2   resources :sites, :only => [ :index, :show ]
3
4   resources :arcs, :only => [ :index, :show ]
5   resources :pmds, :only => :index
6   resources :vmds, :only => :index
7   resources :xes, :only => :index
8   resources :thumbs, :only => [ :index, :show ]
9   resource :session
10   root :to => 'welcome#index'
11   get 'welcome/about'
12 end