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