This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Dachen
/
taiwan_city
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
fd8a203134
Ramas
Etiquetas
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