5 lines
103 B
5 lines
103 B
6 years ago
|
class ShixunServiceConfig < ApplicationRecord
|
||
|
belongs_to :shixun
|
||
|
belongs_to :mirror_repository
|
||
|
end
|