2
私は英語のネイティブスピーカーではありませんが、もしそうなら、このRails ActiveRecordのモデル名を "???"意味論的なやり方で?ユーザーとブログの間にhas_many thru結合モデルの名前を付けるにはどうすればいいですか?
User has_many :blogs, through: ???
User has_many ???
??? belongs_to :user
??? belongs_to :blog
Blog has_many :owners, class_name: 'User', through: ???
Blog has_many ???
「ブロガー」のようなものがとてもよく鳴りません:ユーザーhas_manyのを:ブロガー
ニース!唯一の問題は、同様の方法でユーザーとリンクしている後続のモデルである可能性があります。 BlogAuthorshipまたはBlogOwnershipは、代わりになる可能性があります。 – svoop
多相所有権結合モデルさえ。 – svoop