mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-10 23:13:16 +09:00
- Simplified message queries in RoomsController#find_messages by replacing multiple includes and preloads with consolidated scopes: with_creator, with_attachment_details, and with_boosts. - Defined new scopes in Message model to handle rich text, attachments, and boosts associations for cleaner and more maintainable code.