chromesetting
guange 5 years ago
parent c9242139b4
commit e357ff1242

@ -28,6 +28,11 @@ class Myshixun < ApplicationRecord
"#{self.repo_name}.git"
end
def repo_save_path
self.repo_name.split('/').last
end
def is_complete?
self.status == 1
end

Loading…
Cancel
Save