Updated comment

This commit is contained in:
2026-01-29 23:33:42 -05:00
parent 808b84a346
commit ce624f178f

View File

@@ -13,11 +13,11 @@ module Vehicles
class CustomerShowHookListener < Redmine::Hook::ViewListener
include IssuesHelper
include IssuesHelper
# Display vehicle information on the customer show view (right side)
def show_customer_view_right(context={})
# Pass all prebuilt form components to our partial
context[:controller].send(:render_to_string, {
partial: 'customers/show_hook', locals: { customer: context[:customer] }
})