validate passwords and fix home

This commit is contained in:
Josh
2018-06-08 14:44:08 -04:00
parent 520c489e62
commit 4f70c9a8e5
9 changed files with 54 additions and 69 deletions

View File

@ -1,9 +1,7 @@
class RoomsController < ApplicationController
before_action :find_room, except: :create
#before_action :verify_room_ownership
#skip_before_action :verify_room_ownership, only: [:create, :show, :join, :wait]
before_action :verify_room_ownership, only: [:start, :destroy, :home]
# POST /r
def create