Fixed search event_url

This commit is contained in:
2026-02-21 11:35:15 -05:00
parent a54de28db5
commit 3deafd8a6d

View File

@@ -50,7 +50,7 @@ class Customer < ActiveRecord::Base
end end
def event_url def event_url
customer_path(self) Rails.application.routes.url_helpers.customer_path(self)
end end
def event_datetime def event_datetime