APIdock / Ruby on Rails
/
Browse About
method

signed_id

v6.1.7.7 - Show latest stable - Class: ActiveStorage::Blob
signed_id()
public

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

# File activestorage/app/models/active_storage/blob.rb, line 154
  def signed_id
    super(purpose: :blob_id)
  end

Related methods

  • Instance methods
  • allowed_inline?
  • audio?
  • compute_checksum_in_chunks
  • content_type_for_serving
  • delete
  • download
  • extract_content_type
  • filename
  • forced_disposition_for_serving
  • forcibly_serve_as_binary?
  • image?
  • key
  • mirror_later
  • open
  • purge
  • purge_later
  • service
  • service_headers_for_direct_upload
  • service_metadata
  • service_url_for_direct_upload
  • signed_id
  • text?
  • unfurl
  • update_service_metadata
  • upload
  • upload_without_unfurling
  • url
  • video?
  • web_image?
  • Class methods
  • build_after_unfurling
  • build_after_upload
  • combine_signed_id_purposes
  • create_after_unfurling!
  • create_after_upload!
  • create_and_upload!
  • create_before_direct_upload!
  • find_signed
  • find_signed!
  • generate_unique_secure_token
  • signed_id_verifier
APIdock API Documentation Browser

© 2026 APIdock