in progress button

This commit is contained in:
Josh
2018-06-07 16:39:25 -04:00
parent 657feb777f
commit 2b28c750a8
2 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,7 @@ class RoomsController < ApplicationController
# GET /r/:room_uid
def show
if current_user && @room.owned_by?(current_user)
@is_running = @room.is_running?
@recordings = @room.recordings
else
render :join