正在试着完成这样的逻辑:
user has_many teams team has_many users team has_many projects projects has_many users
之间的 user_teamship,team_projectship,user_projectship 之类的工作都写好了 只是不知道怎样继续进行下去的思路,用的 devise,cancan PS:或许我欲速则不达了~
user_teamship
team_projectship
user_projectship
devise
cancan
Project has_a :owner
has_a :owner