routes.rb 90 B

1234
  1. ChinaCity::Engine.routes.draw do
  2. root to: 'data#index'
  3. get ':id', to: 'data#show'
  4. end