Sha256: 90d3d50cbf2c30f10b796866b6b6d15d39efc527aa93d117c2087ca38129dc59
Contents?: true
Size: 327 Bytes
Versions: 23
Compression:
Stored size: 327 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 unloadable belongs_to :activity belongs_to :ownable, :polymorphic => true end
Version data entries
23 entries across 23 versions & 2 rubygems