Update comment

This commit is contained in:
Dylan Corrales
2025-11-04 09:03:57 -05:00
parent c49832a401
commit ce73459f08

View File

@@ -4,7 +4,7 @@ class FamilyMerchantsController < ApplicationController
def index
@breadcrumbs = [ [ "Home", root_path ], [ "Merchants", nil ] ]
# Show all merchants assigned to transactions (both FamilyMerchant and ProviderMerchant)
# Show all merchants for this family
@family_merchants = Current.family.merchants.alphabetically
render layout: "settings"