Sha256: 46cd6f82d1f5aaeced34333fbb662dda1f38a09f765bfe1f5be0fde6066eeb0a
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 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 belongs_to :feed end
Version data entries
5 entries across 5 versions & 1 rubygems