Files
gitlink-forgeplus/app/models/commit_log.rb
2022-09-15 10:00:00 +08:00

7 lines
107 B
Ruby

class CommitLog < ApplicationRecord
belongs_to :user
belongs_to :project
belongs_to :repository
end