module Devise::Models::TokenAuthenticatable::ClassMethods

def authentication_token

def authentication_token
  ::Devise.friendly_token
end