Could I add an association based on another association?

前端 未结 4 581
闹比i
闹比i 2021-01-15 21:41

My User model looks like:

User
   habtm  :Roles


Role
   habtm  :Users


RoleExtension
   belongs_to  :Role

mysql tables:

         


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