Skip to content

Commit a99adc6

Browse files
Auto-link code references [ci-skip]
1 parent bb3a319 commit a99adc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/signed_id.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def find_signed(signed_id, purpose: nil, on_rotation: nil)
7474
end
7575
end
7676

77-
# Works like find_signed, but will raise an +ActiveSupport::MessageVerifier::InvalidSignature+
77+
# Works like find_signed, but will raise an ActiveSupport::MessageVerifier::InvalidSignature
7878
# exception if the +signed_id+ has either expired, has a purpose mismatch, is for another record,
79-
# or has been tampered with. It will also raise an +ActiveRecord::RecordNotFound+ exception if
79+
# or has been tampered with. It will also raise an ActiveRecord::RecordNotFound exception if
8080
# the valid signed id can't find a record.
8181
#
8282
# ==== Examples

0 commit comments

Comments
 (0)