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:
d7eceef35f
Branches
Tags
master
taiwan_city
/
config
/
routes.rb
routes.rb
90 B
History
Raw
1
2
3
4
ChinaCity::Engine.routes.draw do
root to: 'data#index'
get ':id', to: 'data#show'
end