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)