I'm not a native english speaker, but if you are, how would you name this Rails ActiveRecord join model "???" in a semantic fashion?
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 ???
Things like "Blogger" don't sound so well: User has_many :bloggers