Task 9 - Filter users

This commit is contained in:
PovilasKorop
2021-11-22 12:05:31 +02:00
parent a114584904
commit 4a2753c7e8
5 changed files with 39 additions and 0 deletions
+8
View File
@@ -91,3 +91,11 @@ Test method `test_belongstomany_add()`.
---
## Task 9. Filter BelongsToMany Rows
In the route `/users`, the list should show only the users with at least one project. Fix the Controller to add this filter.
Test method `test_filter_users()`.
---