From 64ce6ef886ed69aeb007724d27588e0071cade0b 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)