FIX: RSS feeds should use created_at not bumped_at

This commit is contained in:
Robin Ward
2014-08-27 12:42:54 -04:00
parent bf8528b6ec
commit f10d6ed88a
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ class TopicQuery
'posts' => 'posts_count',
'activity' => 'bumped_at',
'posters' => 'participant_count',
'category' => 'category_id'
'category' => 'category_id',
'created' => 'created_at'
}
def initialize(user=nil, options={})