This website works better with JavaScript
Home
Explore
Help
Sign In
Dachen
/
taiwan_city
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a6248a133a
Branches
Tags
master
taiwan_city
/
config
/
routes.rb
routes.rb
91 B
History
Raw
1
2
3
4
TaiwanCity::Engine.routes.draw do
root to: 'data#index'
get ':id', to: 'data#show'
end