Resets the single_access_token to a random friendly token.
# File lib/authlogic/acts_as_authentic/single_access_token.rb, line 43 def reset_single_access_token self.single_access_token = Authlogic::Random.friendly_token end
same as reset_single_access_token, but then saves the record.
# File lib/authlogic/acts_as_authentic/single_access_token.rb, line 48 def reset_single_access_token! reset_single_access_token save_without_session_maintenance end
Generated with the Darkfish Rdoc Generator 2.