This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Dachen
/
taiwan_city
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
fd8a203134
Branches
Tags
master
taiwan_city
/
config
/
routes.rb
routes.rb
91 B
Historique
Raw
1
2
3
4
TaiwanCity::Engine.routes.draw do
root to: 'data#index'
get ':id', to: 'data#show'
end