Class: SpreeCmCommissioner::Tenant

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

Instance Method Summary collapse

Instance Method Details

#active_vendorObject



16
17
18
# File 'app/models/spree_cm_commissioner/tenant.rb', line 16

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