For ordering on the attribute of an associated model you can add joins to query and merge order scope:
Product.joins(:category).merge(Category.order(priority: :desc))