diff --git a/app/helpers/images_helper.rb b/app/helpers/images_helper.rb index 32c313517..632634aee 100644 --- a/app/helpers/images_helper.rb +++ b/app/helpers/images_helper.rb @@ -9,11 +9,6 @@ module ImagesHelper end end - def image_first_recommendation(image) - t "images.#{image.imageable.class.name.parameterize.underscore}.recommendation_one_html", - title: image.imageable.title - end - def image_attachment_file_name(image) image.attachment_file_name end