socialforge/app/models/org_activity.rb

6 lines
166 B
Ruby

class OrgActivity < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :org_act ,:polymorphic => true
belongs_to :container,:polymorphic => true
end