37 38 39
# File 'app/models/stall/models/product.rb', line 37 def price variants.map(&:price).min end
33 34 35
# File 'app/models/stall/models/product.rb', line 33 def vat_rate Stall.config.vat_rate end