greenlight/app/helpers/landing_helper.rb

6 lines
76 B
Ruby

module LandingHelper
def new_meeting_token
rand.to_s[2..10]
end
end