Module: Sequel::Plugins::Comments::ClassMethods

Defined in:
lib/cortex_reaver/support/comments.rb

Instance Method Summary collapse

Instance Method Details

#refresh_comment_countsObject

Refresh all comment counts



7
8
9
10
11
# File 'lib/cortex_reaver/support/comments.rb', line 7

def refresh_comment_counts
  all.each do |model|
    model.refresh_comment_count
  end
end