This commit is contained in:
yanxd 2013-12-11 16:19:18 +08:00
parent c27528ffb7
commit dcb16cb789
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ module WelcomeHelper
searchStudent(project).count
end
def find_new_forum_topics limit=9
Memo.where('memos.parent_id IS NULL').reorder('ORDER BY memos.created_at DESC').limit(limit)
Memo.where('memos.parent_id IS NULL').reorder('memos.created_at DESC').limit(limit)
# activity = Redmine::Activity::Fetcher.new(nil)
# activity.scope=['memos']
# activity.events_welcome(nil, nil, {:limit => limit})