Chore: Added tests for conversations_controller (#508)

* Chore: Added tests for conversations_controller
* Chore: Remove get_messages function from conversations
This commit is contained in:
Tim Lange
2020-02-17 11:27:57 +01:00
committed by GitHub
parent 44a3977f5c
commit fc23a10a99
4 changed files with 114 additions and 28 deletions

View File

@@ -83,7 +83,6 @@ Rails.application.routes.draw do
member do
post :toggle_status
post :update_last_seen
get :get_messages
end
end