inbox view

This commit is contained in:
Pranav
2024-02-13 19:12:56 -08:00
parent bd481ad314
commit 2e768e2042
8 changed files with 127 additions and 10 deletions
+1
View File
@@ -304,6 +304,7 @@ Rails.application.routes.draw do
collection do
get :agent
get :team
get :inbox
end
end
resources :reports, only: [:index] do