Updated admin dashboard for ChatConversationAccounts

• Updated:
- admin dashboard for ChatConversationAccounts
This commit is contained in:
mgabdev
2021-01-13 19:12:57 -05:00
parent 183e46aa57
commit 89a16b101f
6 changed files with 40 additions and 32 deletions

View File

@@ -142,7 +142,7 @@ Rails.application.routes.draw do
resources :statuses, only: [:index, :show, :create, :update, :destroy]
resources :followers, only: [:index]
resources :joined_groups, only: [:index]
resources :chat_conversations, only: [:index]
resources :chat_conversation_accounts, only: [:index]
resources :chat_messages, only: [:index, :show, :create, :update, :destroy]
resource :confirmation, only: [:create] do