Sha256: 412f74999cee0ad862617eea063161d0728e910a84fc3f82eb95c47106c9507d
Contents?: true
Size: 311 Bytes
Versions: 11
Compression:
Stored size: 311 Bytes
Contents
# == Schema Information # # Table name: activity_feeds # # id :integer(4) not null, primary key # activity_id :integer(4) # ownable_id :integer(4) # ownable_type :string(255) # class ActivityFeed < ActiveRecord::Base belongs_to :activity belongs_to :ownable, :polymorphic => true end
Version data entries
11 entries across 11 versions & 2 rubygems