Update routes.rb

This commit is contained in:
2016-09-19 20:13:57 -04:00
committed by GitHub
parent b257fef563
commit ac61950d48

View File

@@ -44,3 +44,6 @@ end
#allow for just vehicles too
resources :vehicles
# autocomplete
match '/customers/auto_complete', :to => 'customers#auto_complete', :via => :get, :as => 'customers_auto_complete'