私は2つのモデルを持っています:
class Section < ActiveRecord::Base
has_and_belongs_to_many :posts
end
と
class Post < ActiveRecord::Base
has_and_belongs_to_many :sections
end
関連付けられた投稿が少なくとも 1 つあるすべてのセクションを選択し、関連付けられた投稿の数でこのセクションを並べ替える必要があります。誰でも私を助けることができますか?