Sha256: 52e1dd991e8320c06d33e8c4f9bfb0ec5a5e2e9bb252a6e41fbe4d8f51938dc3
Contents?: true
Size: 847 Bytes
Versions: 29
Compression:
Stored size: 847 Bytes
Contents
class ReserveStatHasManifestation < ActiveRecord::Base attr_accessible attr_accessible :manifestation_reserve_stat_id, :manifestation_id, :as => :admin 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 not null # updated_at :datetime not null #
Version data entries
29 entries across 29 versions & 1 rubygems