module Devise::Models::TokenAuthenticatable::ClassMethods
def authentication_token
def authentication_token generate_token(:authentication_token) end
def find_for_token_authentication(conditions)
def find_for_token_authentication(conditions) find_for_authentication(:authentication_token => conditions[token_authentication_key]) end