rails renaming associations

后端 未结 2 840
不思量自难忘°
不思量自难忘° 2021-02-18 23:22

I have two models, TreeNode and User. Each user has_one TreeNode, which is the root of the tree.

class TreeNode
  acts_as_tree
  belongs_to :user
e         


        
2条回答
提交回复
热议问题