# File lib/authlogic/acts_as_authentic/perishable_token.rb, line 79 def find_using_perishable_token!(token, age = perishable_token_valid_for) find_using_perishable_token(token, age) || raise(ActiveRecord::RecordNotFound) end