module Devise::Models::TokenAuthenticatable
def ensure_authentication_token
def ensure_authentication_token reset_authentication_token if authentication_token.blank? end
def ensure_authentication_token reset_authentication_token if authentication_token.blank? end