Sha256: 161457c6e075c0e62a57a56ce5cde8a4134ad252e379b6ffc5f72bb1fb468b0f
Contents?: true
Size: 98 Bytes
Versions: 2
Compression:
Stored size: 98 Bytes
Contents
class Product < ApplicationRecord belongs_to :employee has_many :pictures, as: :imageable end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
log_changes-1.0.0 | spec/dummy/app/models/product.rb |
log_changes-0.1.0 | spec/dummy/app/models/product.rb |