I have some categories that may contain posts in a has_many relationship.
Can I use the "find" method on the object class to only retrieve those categories that are not empty?
I have some categories that may contain posts in a has_many relationship.
Can I use the "find" method on the object class to only retrieve those categories that are not empty?