Sha256: 1a1000b855b9cab9e7f43fdc0afb22e4ed697aae17811d089ebd3bca4d617b05
Contents?: true
Size: 123 Bytes
Versions: 29
Compression:
Stored size: 123 Bytes
Contents
Factory.define :product_option_type do |f| f.product { Factory(:product) } f.option_type { Factory(:option_type) } end
Version data entries
29 entries across 29 versions & 6 rubygems