remove ability to change home room

This commit is contained in:
Joshua Arts
2018-07-03 11:57:45 -04:00
parent ab7ae8434b
commit efcc312e9e
3 changed files with 10 additions and 20 deletions

View File

@ -36,7 +36,6 @@ Rails.application.routes.draw do
post '/', to: 'rooms#join'
post '/start', to: 'rooms#start', as: :start_room
get '/logout', to: 'rooms#logout', as: :logout_room
post '/home', to: 'rooms#home', as: :make_home
# Mange recordings.
scope '/:record_id' do