Class: SpreeCmCommissioner::Tenant

Inherits:
Base
  • Object
show all
Extended by:
FriendlyId
Includes:
JsonPreferenceValidator, TenantPreference
Defined in:
app/models/spree_cm_commissioner/tenant.rb

Instance Method Summary collapse

Instance Method Details

#active_vendorObject



21
22
23
# File 'app/models/spree_cm_commissioner/tenant.rb', line 21

def active_vendor
  vendors.where(state: :active).first
end