Sha256: 8b0ee929a201a3400f0cf0fcb7e31979938e4085893a80e241957bdbf7176f2e
Contents?: true
Size: 138 Bytes
Versions: 16
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true class Factory < ActiveRecord::Base has_many :products has_one :main_product, class_name: 'Product' end
Version data entries
16 entries across 16 versions & 1 rubygems