Files
2012-11-13 15:24:19 +08:00

5 lines
88 B
Ruby

class Engagement < ActiveRecord::Base
belongs_to :team
belongs_to :organisation
end