refactor bbb helper and implement wait for mod

This commit is contained in:
Zachary Chai
2016-10-26 13:41:55 -04:00
parent dadaa52387
commit 3aeef0a4cf
9 changed files with 98 additions and 37 deletions

View File

@ -18,6 +18,7 @@ class LandingController < ApplicationController
private
def render_meeting
@meeting_id = params[:id]
params[:action] = 'meetings'
render :action => 'meeting'
end