socialforge/app/models/activity.rb

5 lines
127 B
Ruby

class Activity < ActiveRecord::Base
attr_accessible :act_id, :act_type, :user_id
belongs_to :act, :polymorphic => true
end