From 7ca56ccd2ed44e1f2855f92170233a65895f668f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 19 Sep 2016 20:27:26 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index ec0f6b4..65c837a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -46,4 +46,4 @@ end resources :vehicles # autocomplete -match '/customers/auto_complete', :to => 'customers#auto_complete', :via => :get, :as => 'customers_auto_complete' +get '/customers/auto_complete', :to => 'customers#auto_complete', :via => :get, :as => 'customers_auto_complete'