Sha256: ecf1f7403dbd48b3dd30ec064e1c9b172b61d4983e5e44111bd04588d95d1332
Contents?: true
Size: 382 Bytes
Versions: 35
Compression:
Stored size: 382 Bytes
Contents
# == Schema Information # # Table name: aggregation_feeds # # id :integer(4) not null, primary key # aggregation_id :integer(4) # feed_id :integer(4) # class AggregationFeed < ActiveRecord::Base belongs_to :aggregation, :counter_cache => 'feed_count', :touch => true belongs_to :feed validates_uniqueness_of :feed_id, :scope => :aggregation_id end
Version data entries
35 entries across 35 versions & 2 rubygems