module Devise::Models::TokenAuthenticatable::ClassMethods

def authentication_token

Generate a token checking if one does not already exist in the database.
def authentication_token
  generate_token(:authentication_token)
end