現在のリレーションのレコードのカウンタを更新
適応バージョン
- 4.0.2
- 4.1.8
- 4.2.1
- 4.2.7
- 4.2.9
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.2.1
- 7.0.0
説明
現在のリレーションのレコードのカウンタを更新
使い方
モデル.update_counters(ID, 条件)
例
Post.where(author_id: author.id).update_counters(comment_count: 1)
現在のリレーションのレコードのカウンタを更新
モデル.update_counters(ID, 条件)
Post.where(author_id: author.id).update_counters(comment_count: 1)