class UserAccount < ApplicationRecord has_many :comments end class ClientAccount < ApplicationRecord has_many :comments end class Commen< ApplicationRecord belongs_to:client_account belongs_to:user_account end
以上の様なリレーションメソッドが作られているとします。
この時Commentモデルからclientとuserをincludesしたい時は
Comment.includes(:client_account).includes(:user_account)
と書いていたのですがこのようなリレーションになっている場合includesをメソッドチェーンせず書く方法はあるのでしょうか。
孫テーブルや曾孫テーブルをincludesする方法は見かけるのですが、このようなリレーションになっている場合の書き方を見つけられなかった為
質問致しました。
よろしくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。