fix: repeat table name

This commit is contained in:
2021-06-17 16:37:48 +08:00
parent 7c43f2d8fc
commit 2682d60717
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
#
class AppliedProject < ApplicationRecord
self.table_name = "forge_applied_projects"
belongs_to :user
belongs_to :project