Merge pull request #1091 from Retrospring/fix/remove-smile-count-ivar-from-about

This commit is contained in:
Georg Gadinger 2023-02-18 14:32:27 +01:00 committed by GitHub
commit fc75b222c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ class AboutController < ApplicationController
@questions = Question.count(:id)
@answers = Answer.count(:id)
@comments = Comment.count(:id)
@smiles = Appendable::Reaction.count
end
end