Files
fizzy/app/models
Italo Matos 4189261cd0 Refactor: Replace pluck(:id) with ids method
Use the more idiomatic ActiveRecord ids method instead of pluck(:id)
across controllers and models. The ids method is more readable and
explicitly conveys the intent to retrieve primary key values.

Changes:
- BoardsController#edit: Use @board.users.ids
- Board::Storage: Use cards.ids, Comment.where().ids, and ActionText::RichText.where().ids
- User::Accessor: Use account.boards.all_access.ids

This change improves code clarity while maintaining the same functionality.
2026-01-04 10:02:58 -03:00
..
2025-12-11 10:25:34 +01:00
2025-12-09 20:24:09 -05:00
2025-12-03 14:27:52 +00:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2025-12-16 13:36:40 +01:00
2025-11-14 11:44:04 +01:00
2025-11-27 12:34:31 -05:00
2025-11-27 11:08:45 -05:00
2025-07-21 20:11:03 -05:00
2025-11-21 14:53:17 +00:00
2025-11-17 09:11:36 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00