forked from External/greenlight
GRN2-385: Recording permission tied to role cleanup (#2812)
* Code cleanup * String change
This commit is contained in:
@ -35,8 +35,6 @@ class RoomsController < ApplicationController
|
||||
before_action :verify_user_not_admin, only: [:show]
|
||||
skip_before_action :verify_authenticity_token, only: [:join]
|
||||
|
||||
helper_method :perm_to_record_meeting
|
||||
|
||||
# POST /
|
||||
def create
|
||||
# Return to root if user is not signed in
|
||||
|
Reference in New Issue
Block a user