From 3deafd8a6d864afdf6af8fcda50a528905b281bf Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 21 Feb 2026 11:35:15 -0500 Subject: [PATCH] Fixed search event_url --- app/models/customer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/customer.rb b/app/models/customer.rb index 4140651..8d1899b 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -50,7 +50,7 @@ class Customer < ActiveRecord::Base end def event_url - customer_path(self) + Rails.application.routes.url_helpers.customer_path(self) end def event_datetime