# File lib/aeolus_image/model/image_build.rb, line 45 def target_images TargetImage.all.select {|ti| ti.build and (ti.build.uuid == self.uuid)} end