From 2c622af49c99072432cb81575831ab55761d285a Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 27 May 2017 14:25:28 +1200 Subject: [PATCH] Fixed url in crop rss feed --- app/views/crops/index.rss.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/crops/index.rss.haml b/app/views/crops/index.rss.haml index a8facaf56..f13574ceb 100644 --- a/app/views/crops/index.rss.haml +++ b/app/views/crops/index.rss.haml @@ -7,5 +7,5 @@ %item %title= crop.name %pubdate= crop.created_at.to_s(:rfc822) - %link= post_url(crop) - %guid= post_url(crop) + %link= crop_url(crop) + %guid= crop_url(crop)