我不是以英语为母语的人,但如果你是,你会如何命名这个 Rails ActiveRecord 连接模型“???” 以语义方式?
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 ???
“Blogger”之类的东西听起来不太好:用户 has_many :bloggers