Correct HABTM of use has_many :through?

That seems ok.

Fred

I think the problems is in the iteration in your view, it should be:       <% @user.educations.each do |education| %>         <li><%= education.name%></li>

CU

Geoffroy Gomet

Joan Gu wrote: