OSDN Git Service

ignore vendor/bundle/
[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   resources :seigas, :only => [ :index, :show ]
10   resource :session
11   root :to => 'welcome#index'
12   get 'welcome/about'
13 end