forked from Trustie/forgeplus
7 lines
107 B
Ruby
7 lines
107 B
Ruby
|
|
class CommitLog < ApplicationRecord
|
||
|
|
belongs_to :user
|
||
|
|
belongs_to :project
|
||
|
|
belongs_to :repository
|
||
|
|
|
||
|
|
end
|