From cb67cab9747663bbef5502185fd78fcb9eb47cb9 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 10 Aug 2016 23:33:34 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index b906929..ccb3681 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,9 +36,5 @@ resources :customers do resources :vehicles end -resources :issues do - get :autocomplete_customer_name, :on => :collection -end - #allow for just vehicles too resources :vehicles