Sha256: 596802cafe992b45b7a85b60f9d8b453b077149ea5b471748009bed9aea8ea65
Contents?: true
Size: 142 Bytes
Versions: 1
Compression:
Stored size: 142 Bytes
Contents
class Inquiry < ApplicationRecord acts_as_inquiry to: :product has_many :inquiry_items has_many :products, through: :inquiry_items end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daimon-exhibition-0.1.0 | spec/dummy/app/models/inquiry.rb |