Can\'t figure out why this is not working. First time using :has_many => :through
Keep getting uninitialized constant User::Employmentship
uninitialized constant User::Employmentship
Where is you employmentship model? has_many_through is for going through another model.