method
set_representation
v7.1.3.4 -
Show latest stable
- Class:
ActiveStorage::Representations::BaseController
set_representation()private
No documentation available.
# File activestorage/app/controllers/active_storage/representations/base_controller.rb, line 13
def set_representation
@representation = @blob.representation(params[:variation_key]).processed
rescue ActiveSupport::MessageVerifier::InvalidSignature
head :not_found
end