mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-21 05:29:04 +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.