Sha256: 27e9cfa43f343e0e19e7ef49b4c09e0c3971bd81faa8d50d71fa74fdffdb3909
Contents?: true
Size: 371 Bytes
Versions: 93
Compression:
Stored size: 371 Bytes
Contents
# == Schema Information # # Table name: feed_parents # # id :integer(4) not null, primary key # feed_id :integer(4) # ownable_id :integer(4) # ownable_type :string(255) # created_at :datetime # updated_at :datetime # class FeedParent < ActiveRecord::Base unloadable belongs_to :feed belongs_to :ownable, :polymorphic => true end
Version data entries
93 entries across 93 versions & 2 rubygems