From d09f5e9afe3a0721042dca208b87d873a4d5ba4d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 26 Apr 2016 14:02:42 -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 f796e50..9da209c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -19,5 +19,5 @@ 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 + resources :vehicles end