Merge pull request #1091 from Retrospring/fix/remove-smile-count-ivar-from-about
This commit is contained in:
commit
fc75b222c1
|
@ -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 New Issue