forked from External/greenlight
removed unused code
This commit is contained in:
@ -46,9 +46,4 @@ module ApplicationHelper
|
||||
def omniauth_login_url(provider)
|
||||
"#{relative_root}/auth/#{provider}"
|
||||
end
|
||||
|
||||
# Whether the current page is the page of a room/meeting or not
|
||||
def on_room_or_meeting_page?
|
||||
params[:id].present?
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user