APIdock / Ruby on Rails
/
Browse About
method

web_image?

rails latest stable - Class: ActiveStorage::Blob
web_image?()
public

No documentation available.

# File activestorage/app/models/active_storage/blob.rb, line 349
    def web_image?
      ActiveStorage.web_image_content_types.include?(content_type)
    end

Related methods

  • Instance methods
  • attachments
  • audio?
  • compose
  • compute_checksum_in_chunks
  • custom_metadata
  • custom_metadata=
  • delete
  • download
  • download_chunk
  • extract_content_type
  • filename
  • image?
  • key
  • mirror_later
  • open
  • purge
  • purge_later
  • service
  • service_headers_for_direct_upload
  • service_metadata
  • service_url_for_direct_upload
  • signed_id
  • text?
  • touch_attachment_records
  • unfurl
  • update_service_metadata
  • upload
  • upload_without_unfurling
  • url
  • video?
  • web_image?
  • Class methods
  • build_after_unfurling
  • combine_signed_id_purposes
  • compose
  • create_after_unfurling!
  • create_and_upload!
  • create_before_direct_upload!
  • find_signed
  • find_signed!
  • generate_unique_secure_token
  • scope_for_strict_loading
  • signed_id_verifier
  • unattached
APIdock API Documentation Browser

© 2026 APIdock