forked from External/greenlight
skip cleanup and minor fixes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user