From bf8528b6ec155459f47125b73cf375c4732315f0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 27 Aug 2014 12:34:47 -0400 Subject: [PATCH] FIX: Use the `bumped_at` date for the RSS feed for a topic --- app/views/topics/show.rss.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.rss.erb b/app/views/topics/show.rss.erb index 634645d8a87..2e1271b4b98 100644 --- a/app/views/topics/show.rss.erb +++ b/app/views/topics/show.rss.erb @@ -8,7 +8,7 @@ <%= topic_url %> <%= @topic_view.posts.first.raw %> <%= "#{lang}" if lang %> - <%= @topic_view.topic.created_at.rfc2822 %> + <%= @topic_view.topic.bumped_at.rfc2822 %> <%= @topic_view.topic.category.name %> <% @topic_view.recent_posts.each do |post| %>