Sha256: 906fa367c07aad541c635b7a8d37231e92bdc10f6a4ea01ce8066b4ca50729f0
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
class Retain < ApplicationRecord belongs_to :reserve belongs_to :item end # == Schema Information # # Table name: retains # # id :bigint not null, primary key # reserve_id :bigint not null # item_id :bigint not null # created_at :datetime not null # updated_at :datetime not null #
Version data entries
5 entries across 5 versions & 1 rubygems