add: project explore api

This commit is contained in:
2021-10-27 14:20:27 +08:00
parent e5eb0d3d47
commit a43f6714de
10 changed files with 69 additions and 6 deletions

View File

@@ -8,6 +8,12 @@
# projects_count :integer default("0")
# created_at :datetime not null
# updated_at :datetime not null
# ancestry :string(255)
# pinned_index :integer default("0")
#
# Indexes
#
# index_project_categories_on_ancestry (ancestry)
#
class ProjectCategory < ApplicationRecord