forked from Trustie/forgeplus
7 lines
83 B
Ruby
7 lines
83 B
Ruby
|
|
class SonarTask < ApplicationRecord
|
||
|
|
belongs_to :user
|
||
|
|
belongs_to :project
|
||
|
|
|
||
|
|
end
|
||
|
|
|