forked from External/greenlight
add ability to configure terms and conditions
This commit is contained in:
@ -10,6 +10,6 @@ class MainController < ApplicationController
|
||||
|
||||
def redirect_to_room
|
||||
# If the user is logged in already, move them along to their room.
|
||||
redirect_to room_path(current_user.room.uid) if current_user
|
||||
redirect_to room_path(current_user.room) if current_user
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user