]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/note_comment.rb
Localisation updates from https://translatewiki.net.
[rails.git] / app / models / note_comment.rb
index b870e5558e557b2f2c337586206daf5ac6b8c356..d318c5e95aa8272332765437da303c1234970fd6 100644 (file)
@@ -26,7 +26,7 @@
 
 class NoteComment < ApplicationRecord
   belongs_to :note, :touch => true
-  belongs_to :author, :class_name => "User", :optional => true
+  belongs_to :author, :class_name => "User", :optional => true, :counter_cache => true
 
   validates :id, :uniqueness => true, :presence => { :on => :update },
                  :numericality => { :on => :update, :only_integer => true }