MongoID 5 にアップグレードした後、次のエラーが発生します: NoMethodError: undefined method `[]' for #
コードは次のようになります。
result = ::Presentation::Interaction.collection.aggregate(
[
user_match_criterias_live(conference),
::Presentation::ReportGenerator::DELCOUNTRY_AGGREGATION
]
)
return 0 if (result.count < 1)
return result[0]["total"]
したがって、集計はすでに配列を引数として使用しています。