From 29e8f1ac9f8095aa2b95827a30ea8499a4f5fb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 6 Oct 2019 01:16:34 +0200 Subject: [PATCH] Remove obsolete method This code isn't used since commit eef8ad1b. --- app/helpers/images_helper.rb | 5 ----- 1 file changed, 5 deletions(-) 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