We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7c1d6 commit 3f971b4Copy full SHA for 3f971b4
app/controllers/stats_controller.rb
@@ -4,9 +4,9 @@ def index
4
# git = GithubService.new
5
6
# @message = git.find_users_commits
7
- @stats = Stat.order(commits: :desc)
8
- @streaks = Stat.order(streaks: :desc)
9
- @current_streaks = Stat.order(current_streaks: :desc)
+ @stats = Stat.order(commits: :desc)
+ @streaks = Stat.order(streaks: :desc)
+ @current_streaks = Stat.order(current_streaks: :desc)
10
@updated_at = Stat.first.when_created
11
end
12
0 commit comments