Sha256: 04c28e2540308428e84e9bae9a6f9bdc67afcd5e83c94e254ee4eadd1dbf2b1b
Contents?: true
Size: 589 Bytes
Versions: 8
Compression:
Stored size: 589 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 paginates_per 10 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
8 entries across 8 versions & 1 rubygems