X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68845eb7253cd3da14253e004fc1a4fc7eac2e5e..a696d2b24c1eaafaac8b9ebca98b64e78521dc71:/app/models/diary_comment.rb diff --git a/app/models/diary_comment.rb b/app/models/diary_comment.rb index 55d2c3c84..a88c69f12 100644 --- a/app/models/diary_comment.rb +++ b/app/models/diary_comment.rb @@ -23,7 +23,7 @@ # class DiaryComment < ApplicationRecord - belongs_to :user + belongs_to :user, :counter_cache => true belongs_to :diary_entry scope :visible, -> { where(:visible => true) }