Sha256: 63bbce71df5d5f3d81f5439cddf97f47a8eb800ad40304fdc6ef19c6450f646a
Contents?: true
Size: 604 Bytes
Versions: 10
Compression:
Stored size: 604 Bytes
Contents
class BookmarkStatHasManifestation < ActiveRecord::Base belongs_to :bookmark_stat belongs_to :manifestation validates_uniqueness_of :manifestation_id, :scope => :bookmark_stat_id validates_presence_of :bookmark_stat_id, :manifestation_id def self.per_page 10 end end # == Schema Information # # Table name: bookmark_stat_has_manifestations # # id :integer not null, primary key # bookmark_stat_id :integer not null # manifestation_id :integer not null # bookmarks_count :integer # created_at :datetime # updated_at :datetime #
Version data entries
10 entries across 10 versions & 1 rubygems