mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Display provider merchants alongside family merchants (#418)
* Display provider merchants alongside family merchants * Styling * Rabbit suggestion
This commit is contained in:
@@ -6,6 +6,7 @@ class FamilyMerchantsController < ApplicationController
|
||||
|
||||
# Show all merchants for this family
|
||||
@family_merchants = Current.family.merchants.alphabetically
|
||||
@provider_merchants = Current.family.assigned_merchants.where(type: "ProviderMerchant").alphabetically
|
||||
|
||||
render layout: "settings"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user