5 lines
80 B
5 lines
80 B
6 years ago
|
class MirrorScript < ApplicationRecord
|
||
|
belongs_to :mirror_repository
|
||
|
|
||
|
end
|