method
find_signed!
v6.1.7.7 -
Show latest stable
- Class:
ActiveStorage::Blob
find_signed!(id, record: nil, purpose: :blob_id)public
Works like find_signed, but will raise an +ActiveSupport::MessageVerifier::InvalidSignature+ exception if the signed_id has either expired, has a purpose mismatch, is for another record, or has been tampered with. It will also raise an +ActiveRecord::RecordNotFound+ exception if the valid signed id can’t find a record.