mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
5 lines
157 B
Ruby
5 lines
157 B
Ruby
class ForkedProjectLink < ActiveRecord::Base
|
|
belongs_to :forked_to_project, class_name: Project
|
|
belongs_to :forked_from_project, class_name: Project
|
|
end
|