diff options
Diffstat (limited to 'config/routes.rb')
| -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 a3a21511c..dc75bec11 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -41,6 +41,7 @@ ChouetteIhm::Application.routes.draw do        post :validate      end +    resources :autocomplete_lines, only: :index      resources :autocomplete_stop_areas, only: [:show, :index] do        get 'around', on: :member      end | 
