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