Skip to content

Commit ce73459

Browse files
committed
Update comment
1 parent c49832a commit ce73459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/family_merchants_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class FamilyMerchantsController < ApplicationController
44
def index
55
@breadcrumbs = [ [ "Home", root_path ], [ "Merchants", nil ] ]
66

7-
# Show all merchants assigned to transactions (both FamilyMerchant and ProviderMerchant)
7+
# Show all merchants for this family
88
@family_merchants = Current.family.merchants.alphabetically
99

1010
render layout: "settings"

0 commit comments

Comments
 (0)