routes.rb 81 B

1234
  1. Rails.application.routes.draw do
  2. mount ChinaCity::Engine => "/china_city"
  3. end