4 lines
85 B
4 lines
85 B
5 years ago
|
class Commit < ApplicationRecord
|
||
|
belongs_to :project, foreign_key: :project_id
|
||
|
|
||
|
end
|