Class: SimpleTokenAuthentication::TokenGenerator

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/simple_token_authentication/token_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_tokenObject



7
8
9
# File 'lib/simple_token_authentication/token_generator.rb', line 7

def generate_token
  Devise.friendly_token
end