diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index e05f5d365..22ff58724 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -112,6 +112,7 @@ ChouetteIhm::Application.routes.draw do      resources :autocomplete_stop_areas, only: [:show, :index] do        get 'around', on: :member      end +    resources :autocomplete_purchase_windows, only: [:index]       get :select_compliance_control_set      post :validate, on: :member      resources :autocomplete_time_tables, only: [:index]  | 
