Module: RandomToken

Extended by:
ActiveSupport::Concern
Defined in:
lib/random_token_generator.rb

Instance Method Summary collapse

Instance Method Details

#random_tokenObject



9
10
11
# File 'lib/random_token_generator.rb', line 9

def random_token
  SecureRandom.hex
end