This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Dachen
/
taiwan_city
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c402d31c3b
Branches
Tags
master
taiwan_city
/
config
/
routes.rb
routes.rb
91 B
Histórico
Raw
1
2
3
4
TaiwanCity::Engine.routes.draw do
root to: 'data#index'
get ':id', to: 'data#show'
end