diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 92ff134b6..d6ff21bee 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -65,7 +65,7 @@ ChouetteIhm::Application.routes.draw do        resources :time_tables, only: [:index, :show]        resources :vehicle_journeys, only: :show        namespace :internals do -        get 'compliance_check_sets/:id/notify_parent', to: 'compliance_check_sets#notify_parent', as: 'compliance_check_set' +        get 'compliance_check_sets/:id/notify_parent', to: 'compliance_check_sets#notify_parent', as: 'compliance_check_sets'          get 'netex_imports/:id/notify_parent', to: 'netex_imports#notify_parent', as: 'netex_imports'        end      end  | 
