We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea0e68 commit 4c91611Copy full SHA for 4c91611
activerecord/lib/active_record/signed_id.rb
@@ -94,7 +94,7 @@ def signed_id_verifier
94
95
# Allows you to pass in a custom verifier used for the signed ids. This also allows you to use different
96
# 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.
+ # your custom verifier for that in advance. See ActiveSupport::MessageVerifier for details.
98
def signed_id_verifier=(verifier)
99
@signed_id_verifier = verifier
100
end
0 commit comments