Files
fizzy/app/controllers
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-09-22 12:55:19 +02:00
2025-11-03 15:27:12 +01:00
2025-12-19 19:21:58 +01:00
2025-11-18 15:48:40 +01:00
2025-12-19 19:21:58 +01:00
2025-12-11 11:20:43 +00:00