styling again

This commit is contained in:
Josh
2018-06-01 14:20:40 -04:00
parent 45fb18e609
commit a9d5215d2b
6 changed files with 53 additions and 47 deletions

View File

@ -56,9 +56,10 @@ class RoomsController < ApplicationController
# POST /r/:room_uid
def join
opts = default_meeting_options
puts
puts @room.invite_path
# If you're unauthenticated, you must enter a name to join the meeting.
if params[:join_name]
if params[@room.invite_path][:join_name]
redirect_to @room.join_path(params[:join_name], opts)
end
end