This commit is contained in:
nieguanghui 2013-11-28 09:49:20 +08:00
parent fb9e9aa8ee
commit 6e704872be
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ module WelcomeHelper
#取得论坛数据
def find_hot_forum_topics limit=10
Memo.order('replies_count DESC').where('replies_count <> 0').limit(limit)
Memo.order('replies_count DESC').where('replies_count <> 0').limit(limit)
end
def sort_project_by_hot_rails project_type