Module: Stall::Models::Product

Extended by:
ActiveSupport::Concern
Included in:
Product
Defined in:
app/models/stall/models/product.rb

Instance Method Summary collapse

Instance Method Details

#priceObject



37
38
39
# File 'app/models/stall/models/product.rb', line 37

def price
  variants.map(&:price).min
end

#vat_rateObject



33
34
35
# File 'app/models/stall/models/product.rb', line 33

def vat_rate
  Stall.config.vat_rate
end