skip cleanup and minor fixes

This commit is contained in:
Joshua Arts
2018-07-11 10:23:16 -04:00
parent 4394b0b6e7
commit 1412b39620
3 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,6 @@ class RoomsController < ApplicationController
# DELETE /:room_uid
def destroy
p @room
# Don't delete the users home room.
@room.destroy if @room.owned_by?(current_user) && @room != current_user.main_room