Arel table aliases and ActiveRecord::Relation help: how to specify "multiple has_many items in a query"

What is the recommended way to use table aliases with ActiveRecord::Relation these days? In prior versions of Rails, this would work:

assume (pseudo code): model A    has_many b's

model B