Class: LesliShield::Tokens

Inherits:
Lesli::ApplicationLesliService
  • Object
show all
Defined in:
app/services/lesli_shield/tokens.rb

Class Method Summary collapse

Class Method Details

.friendly_token(length: 40) ⇒ Object



35
36
37
# File 'app/services/lesli_shield/tokens.rb', line 35

def self.friendly_token(length:40)
    Devise.friendly_token(length)
end