[Ruby on Rails] How to create many-to-many relationship tables
Notes on how to create many-to-many relationship tables in Ruby on Rails.
Refer to [076] “Setting up associations across associations” in the “Rails 3 Recipe Book”.
・Railsの多対多で関連テーブルの操作色々 - Tech<3 by 榊祐介 - s21g
・[Ruby] Rails(ActiveRecord)の多対多関連 - @yuumi3のお仕事日記
・Railsで多対多のモデルを簡単に扱えるhas_many :through - このブログは証明できない。
・Ruby on Rails : テーブル間リレーションシップ - WebOS Goodies
That’s all from the Gemba.