From 8bdec410c4a0804d378dde76a208797a1452f800 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Thu, 17 Mar 2022 06:12:35 -0400 Subject: [PATCH] Fixed render of hook :show_customer_view_right --- app/views/customers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index d359b7f..558f560 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -24,7 +24,7 @@
- <% call_hook :show_customer_view_right %> + <%= call_hook :show_customer_view_right, {customer: @customer} %>