forked from jasder/forgeplus
4 lines
86 B
Ruby
4 lines
86 B
Ruby
|
class CommitIssue < ApplicationRecord
|
||
|
belongs_to :issue, foreign_key: :issue_id
|
||
|
|
||
|
end
|