mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
minor grammar fix in rememberable documentation (#4550)
This commit is contained in:
parent
f8c1ee0f90
commit
4f2e915833
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require 'devise/hooks/forgetable'
|
||||||
|
|
||||||
module Devise
|
module Devise
|
||||||
module Models
|
module Models
|
||||||
# Rememberable manages generating and clearing token for remember the user
|
# Rememberable manages generating and clearing token for remembering the user
|
||||||
# from a saved cookie. Rememberable also has utility methods for dealing
|
# from a saved cookie. Rememberable also has utility methods for dealing
|
||||||
# with serializing the user into the cookie and back from the cookie, trying
|
# with serializing the user into the cookie and back from the cookie, trying
|
||||||
# to lookup the record based on the saved information.
|
# to lookup the record based on the saved information.
|
||||||
|
|
Loading…
Reference in a new issue