forked from External/greenlight
removed unused code
This commit is contained in:
parent
d4d8228cbf
commit
246e7ec3ed
|
@ -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
|
||||
|
|
|
@ -15,7 +15,5 @@
|
|||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
module LandingHelper
|
||||
def new_meeting_token
|
||||
rand.to_s[2..10]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue