We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
orgs = [] Organization.find_each do |org| orgs << org if org.all_active_users.count <= 1 && org.collections.count <= 9 end # orgs.each(&:destroy)
There was an error while loading. Please reload this page.