diff --git a/app/controllers/family_merchants_controller.rb b/app/controllers/family_merchants_controller.rb index 417a01fe1..b2b0e317e 100644 --- a/app/controllers/family_merchants_controller.rb +++ b/app/controllers/family_merchants_controller.rb @@ -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"