1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Docs: fix code formatting [ci skip]

This commit is contained in:
T.J. Schuck 2020-12-14 20:43:17 -05:00 committed by GitHub
parent 79de992717
commit 25c3eab0dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ module ActiveRecord
# a certain time period.
#
# You set the time period that the signed id is valid for during generation, using the instance method
# +signed_id(expires_in: 15.minutes)+. If the time has elapsed before a signed find is attempted,
# <tt>signed_id(expires_in: 15.minutes)</tt>. If the time has elapsed before a signed find is attempted,
# the signed id will no longer be valid, and nil is returned.
#
# It's possible to further restrict the use of a signed id with a purpose. This helps when you have a