Sha256: e87aa19a389b2b88cef94c62fe2defa91e6c611be27a9862b5d951418a16f994
Contents?: true
Size: 406 Bytes
Versions: 28
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true class ActiveStorage::Representations::BaseController < ActiveStorage::BaseController #:nodoc: include ActiveStorage::SetBlob before_action :set_representation private def set_representation @representation = @blob.representation(params[:variation_key]).processed rescue ActiveSupport::MessageVerifier::InvalidSignature head :not_found end end
Version data entries
28 entries across 28 versions & 4 rubygems