routes.rb 91 B

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