From 774ce239c248500a8d8065b1ff8167b09516a401 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 26 Apr 2016 11:50:12 -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 1ef8696..b88abb0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,4 +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 +resources :customers, concerns: :vehicles