2020-04-12 rails route 自分用メモ namespace :api do scope module: 'weather' do get 'weather' end end URLが/api/weatherでapi/weather_controllerのweatherアクションにルーティングしたい場合はこうやってかく namespaceがURLもcontrollerも追加、scope moduleはURLだけ scopeはcontrollerだけ