mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 16:18:16 -05: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.