RosaChoi / rails-practice-has-many-through

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

has_many :through practice

People have employments. Organizations have employments. But users just want to see

  • the people connected to an organization
  • the organizations connected to a person

Use has_many :through to solve this problem.

About


Languages

Language:Ruby 92.9%Language:CSS 3.8%Language:JavaScript 3.3%