Method: Authlogic::ActsAsAuthentic::PerishableToken::Methods::InstanceMethods#reset_perishable_token!

Defined in:
lib/authlogic/acts_as_authentic/perishable_token.rb

#reset_perishable_token!Object

Same as reset_perishable_token, but then saves the record afterwards.



92
93
94
95
# File 'lib/authlogic/acts_as_authentic/perishable_token.rb', line 92

def reset_perishable_token!
  reset_perishable_token
  save_without_session_maintenance(:validate => false)
end