From 4f9a3ed046486366400d06b506011e44556a3e42 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 06:44:14 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 9da209c..1ef8696 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,6 +18,4 @@ get 'qbo/sync', :to => 'qbo#sync' get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice resources :vehicles -resources :customers do - resources :vehicles -end +resources :customers