From 0e02ee749febc63abc12dcffbac313fea67b053a Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 2 Aug 2020 08:32:57 +1200 Subject: [PATCH] Align end --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index aae956656..a84b5d6b7 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -75,7 +75,7 @@ module ApplicationHelper public_send("crop_#{type}_path", crop, all: all) else public_send("#{type}_path", all: all) - end + end end def title(type, owner, crop, planting)