We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49832a commit ce73459Copy full SHA for ce73459
app/controllers/family_merchants_controller.rb
@@ -4,7 +4,7 @@ class FamilyMerchantsController < ApplicationController
4
def index
5
@breadcrumbs = [ [ "Home", root_path ], [ "Merchants", nil ] ]
6
7
- # Show all merchants assigned to transactions (both FamilyMerchant and ProviderMerchant)
+ # Show all merchants for this family
8
@family_merchants = Current.family.merchants.alphabetically
9
10
render layout: "settings"
0 commit comments