Sha256: 92d4e7c3adf5d917b6621938fbea903e9de51ff86bd3dd984ce158efb88a91a6
Contents?: true
Size: 150 Bytes
Versions: 8
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true module Spree class OptionTypePrototype < Spree::Base belongs_to :option_type belongs_to :prototype end end
Version data entries
8 entries across 8 versions & 1 rubygems