changed pages/home to pages/call

This commit is contained in:
Beatrice Olivera
2018-08-28 13:48:32 +01:00
parent d12fa2a46b
commit acc13310f6
8 changed files with 199 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
Rails.application.routes.draw do
get 'video_sessions/create'
devise_for :users
root to: 'pages#home'
root to: 'pages#call'
get '/contacts', to: 'users#index'
post '/sessions', to: 'video_sessions#create'
mount ActionCable.server, at: '/cable'