From 36cde69370aec41e368104022df2897b06ecefd7 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Sun, 3 Jun 2018 11:49:34 -0300 Subject: [PATCH] Add comment probably on expectation based implementation searching --- app/models/dunlop/target_file_model.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/dunlop/target_file_model.rb b/app/models/dunlop/target_file_model.rb index 2b023d5..696140c 100644 --- a/app/models/dunlop/target_file_model.rb +++ b/app/models/dunlop/target_file_model.rb @@ -1,6 +1,8 @@ module Dunlop::TargetFileModel extend ActiveSupport::Concern extend Memoist + # Looking for the ::Job implementation? This is implemented in the to_prepare engine statement + # lib/dunlop/engine.rb PAPERCLIP_S3_HEADERS = Proc.new do |attachment| if attachment.persisted? {}