Posts by Jorge • 1 point
1 post
-
0
votes1
answer173
viewsQ: belongs_to has_many search information in table
I have 2 tables: user and contact, and created a third to connect the two: user_contact: class User < ActiveRecord::Base has_many:user_contacts end class Contact < ActiveRecord::Base…