mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00

Category.findById uses a Map to look up categories by ID which makes it faster and preferable over Site.categories.find.
Category.findById uses a Map to look up categories by ID which makes it faster and preferable over Site.categories.find.