Added search to admin reports page

• Added:
- search to admin reports page
This commit is contained in:
mgabdev
2021-01-14 14:17:05 -05:00
parent 7c6ef8bb9d
commit 285aa17024
3 changed files with 13 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ module Admin
params.permit(
:account_id,
:resolved,
:comment,
:target_account_id
)
end