done brand

This commit is contained in:
Benjamin Myara
2018-08-31 10:17:26 +01:00
parent 25c6c3aeb5
commit 81ed01010c
11 changed files with 188 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ Rails.application.routes.draw do
get '/call', to: 'pages#call'
get '/contacts', to: 'pages#index'
get '/setting', to: 'users#setting'
post '/sessions', to: 'video_sessions#create'
mount ActionCable.server, at: '/cable'