From 0281d86f1ad49cf3721bae222b9a4c3cf8cee47e Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 14 Mar 2022 19:25:20 -0400 Subject: [PATCH] No id required --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 9134c3d..ee9844e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -20,7 +20,7 @@ post 'qbo/webhook', :to => 'qbo#webhook' # Estimate & Invoice PDF get 'estimates/:id', :to => 'estimate#show', as: :estimate -get 'estimates/doc/:id', :to => 'estimate#doc', as: :estimate_doc +get 'estimates/doc/', :to => 'estimate#doc', as: :estimate_doc get 'invoices/:id', :to => 'invoice#show', as: :invoice #manual billing