class StaticPagesController < ApplicationController
def home
end
def leaderboard
@scores = Merit::Score.top_scored
end
end
我正在为我的 ruby on rails 应用程序使用绩效系统,我想通过一个按钮的操作按季节(夏季、秋季、冬季)显示记录。
Rails 新手,我第一次遇到无法找到已在网上发布的答案的情况。
在此处使用此代码作为排行榜:https ://github.com/tute/merit/wiki/How-to-show-a-points-leaderboard