mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 04:35:45 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
class ProjectUnit < ApplicationRecord
|
||||
|
||||
default_scope {where(unit_type: ProjectUnit.unit_types.keys)}
|
||||
belongs_to :project
|
||||
|
||||
enum unit_type: {code: 1, issues: 2, pulls: 3, wiki:4, devops: 5, versions: 6, resources: 7, services: 8}
|
||||
|
||||
Reference in New Issue
Block a user