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)