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
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