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-18 09:27:56 +00:00
2026-01-04 10:02:58 -03:00
2025-12-19 09:46:21 +01:00
2025-12-11 10:25:34 +01:00
2025-11-17 09:19:46 -05:00
2025-12-19 13:07:32 -08:00
2025-12-22 12:20:32 +01:00
2025-12-03 15:47:04 -08:00
2025-12-10 09:23:52 +01:00
2025-12-12 07:45:23 +01:00
2025-11-22 22:38:23 -05:00
2025-11-10 13:08:51 +01:00
2025-12-09 20:24:09 -05:00
2025-12-03 14:27:52 +00:00
2025-11-28 15:53:58 +01:00
2025-12-19 13:07:32 -08:00
2025-07-03 23:06:37 +02:00
2026-01-04 10:02:58 -03:00
2025-12-09 11:25:12 +01:00
2025-11-17 09:12:40 -05:00
2025-12-14 14:22:06 -03:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2025-12-03 14:27:52 +00:00
2025-12-16 13:36:40 +01:00
2025-12-10 16:04:30 -08:00
2025-12-19 13:07:32 -08:00
2025-11-17 09:12:40 -05:00
2025-11-14 11:44:04 +01:00
2025-12-09 11:28:42 +01:00
2025-12-13 10:10:13 -08:00
2025-12-10 09:23:52 +01:00
2025-11-17 09:12:40 -05:00
2025-11-27 12:34:31 -05:00
2025-12-13 10:10:13 -08:00
2025-12-10 09:23:52 +01:00
2025-11-29 12:36:00 +01:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:19:46 -05:00
2025-11-27 11:08:45 -05:00
2025-11-20 09:20:48 +00:00
2025-11-17 09:12:40 -05:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:12:41 -05:00
2025-11-17 09:12:40 -05:00
2025-11-21 14:53:17 +00:00
2025-11-17 09:11:36 -05:00
2025-12-15 09:56:35 +00:00
2025-12-07 11:58:14 +01:00
2025-11-17 09:12:40 -05:00
2025-12-19 13:07:32 -08:00
2025-11-17 09:12:34 -05:00
2025-11-17 09:12:40 -05:00
2025-12-13 16:31:48 -03:00
2025-12-16 10:44:10 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00