class ActiveStorage::Representations::BaseController

:nodoc:

def blob_scope

def blob_scope
  ActiveStorage::Blob.scope_for_strict_loading
end

def set_representation

def set_representation
  @representation = @blob.representation(params[:variation_key]).processed
rescue ActiveSupport::MessageVerifier::InvalidSignature
  head :not_found
end