socialforge/app/models/org_project.rb

6 lines
125 B
Ruby
Raw Normal View History

2015-11-12 09:32:00 +08:00
class OrgProject < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :organization
belongs_to :project
end