Include a list of more new topics in the digest emails at the bottom

This commit is contained in:
Robin Ward
2013-08-09 14:43:02 -04:00
parent 730f57a751
commit 652169daf6
6 changed files with 22 additions and 7 deletions

View File

@ -200,7 +200,7 @@ class Topic < ActiveRecord::Base
.created_since(since)
.listable_topics
.order(:percent_rank)
.limit(5)
.limit(100)
end
def update_meta_data(data)