Sha256: 75957635886db205cd2d7f53e48d5a1e8fa63859f07c0408c1d4754f2d1c9b93
Contents?: true
Size: 709 Bytes
Versions: 12
Compression:
Stored size: 709 Bytes
Contents
class ReserveStatHasManifestation < ApplicationRecord belongs_to :manifestation_reserve_stat belongs_to :manifestation validates :manifestation_id, uniqueness: { scope: :manifestation_reserve_stat_id } validates :manifestation_reserve_stat_id, :manifestation_id, presence: true paginates_per 10 end # == Schema Information # # Table name: reserve_stat_has_manifestations # # id :integer not null, primary key # manifestation_reserve_stat_id :integer not null # manifestation_id :integer not null # reserves_count :integer # created_at :datetime # updated_at :datetime #
Version data entries
12 entries across 12 versions & 1 rubygems