mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 20:30:01 +01:00
Merge pull request #1091 from Retrospring/fix/remove-smile-count-ivar-from-about
This commit is contained in:
commit
fc75b222c1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue