Module: Sequel::Plugins::Comments::ClassMethods
- Defined in:
- lib/cortex_reaver/support/comments.rb
Instance Method Summary collapse
-
#refresh_comment_counts ⇒ Object
Refresh all comment counts.
Instance Method Details
#refresh_comment_counts ⇒ Object
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 |