Sha256: 324b2a2816e2929a1ce3b76ee752aab388de59c16e2147d2d097faa167697dd2
Contents?: true
Size: 433 Bytes
Versions: 42
Compression:
Stored size: 433 Bytes
Contents
# == Schema Information # # Table name: aggregation_feeds # # id :integer(4) not null, primary key # aggregation_id :integer(4) # feed_id :integer(4) # feed_type :string(255) default("Feed") # 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
42 entries across 42 versions & 1 rubygems