instance method signed_id

Ruby on Rails 7.1.6

Since v5.2.8.1

Available in: v5.2.8.1 v6.0.6 v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

signed_id(purpose: :blob_id, expires_in: nil, expires_at: nil)

Returns a signed ID for this blob that’s suitable for reference on the client-side without fear of tampering.

Parameters

purpose key = :blob_id
expires_in key = nil
expires_at key = nil
Source
# File activestorage/app/models/active_storage/blob.rb, line 163
  def signed_id(purpose: :blob_id, expires_in: nil, expires_at: nil)
    super
  end

Defined in activestorage/app/models/active_storage/blob.rb line 163 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveStorage::Blob

Type at least 2 characters to search.

↑↓ navigate · open · esc close