Sha256: 80b17f64eb1d0e31f605d55f8f273bffd4f6733998285d246907473e9f6e7441
Contents?: true
Size: 704 Bytes
Versions: 21
Compression:
Stored size: 704 Bytes
Contents
class ReserveStatHasManifestation < ActiveRecord::Base belongs_to :manifestation_reserve_stat belongs_to :manifestation validates_uniqueness_of :manifestation_id, scope: :manifestation_reserve_stat_id validates_presence_of :manifestation_reserve_stat_id, :manifestation_id 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
21 entries across 21 versions & 1 rubygems