Skip to content

Commit

Permalink
Docs: fix code formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Dec 15, 2020
1 parent 79de992 commit 25c3eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/signed_id.rb
Expand Up @@ -20,7 +20,7 @@ module ClassMethods
# 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
Expand Down

0 comments on commit 25c3eab

Please sign in to comment.