mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-24 04:16:18 +10:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
class Engagement < ActiveRecord::Base
|
|
belongs_to :team
|
|
belongs_to :organisation
|
|
end
|