Skip to content

Commit 4c91611

Browse files
Autolink ActiveSupport::MessageVerifier [ci-skip]
1 parent aea0e68 commit 4c91611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/signed_id.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def signed_id_verifier
9494

9595
# Allows you to pass in a custom verifier used for the signed ids. This also allows you to use different
9696
# verifiers for different classes. This is also helpful if you need to rotate keys, as you can prepare
97-
# your custom verifier for that in advance. See +ActiveSupport::MessageVerifier+ for details.
97+
# your custom verifier for that in advance. See ActiveSupport::MessageVerifier for details.
9898
def signed_id_verifier=(verifier)
9999
@signed_id_verifier = verifier
100100
end

0 commit comments

Comments
 (0)