socialforge/app/models/org_activity.rb

6 lines
166 B
Ruby
Raw Normal View History

2015-11-12 09:32:00 +08:00
class OrgActivity < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :org_act ,:polymorphic => true
belongs_to :container,:polymorphic => true
end