ADD 同步educoder平台实训项目

This commit is contained in:
Jasder
2020-10-19 22:59:41 +08:00
parent 913f4b26a4
commit 2eef143251
7 changed files with 129 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
class ProjectEducoder < ApplicationRecord
belongs_to :project, optional: true
end