I have a fairly straightforward question in Rails 3 to which I can\'t seem to find the answer:
Let\'s say I have 2 models: Customer, Project.
A Customer has_many
Project.joins(:customer).order('customers.name')