Rails 3 has_many :through Form

前端 未结 1 500
梦毁少年i
梦毁少年i 2020-12-18 15:10

Can\'t figure out why this is not working. First time using :has_many => :through

Keep getting uninitialized constant User::Employmentship



        
相关标签:
1条回答
  • 2020-12-18 15:46

    Where is you employmentship model? has_many_through is for going through another model.

    0 讨论(0)
提交回复
热议问题