From 280539e00ae484f8b7106529b2f341bce5ea62fe Mon Sep 17 00:00:00 2001 From: Magnus von Koeller Date: Tue, 9 Jan 2024 10:20:21 -0700 Subject: [PATCH] Consistent commas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f441aac..a3712af 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Turbo-charged counter caches for your Rails app. Huge improvements over the Rail * Supports dynamic column names, making it possible to split up the counter cache for different types of objects * Can keep a running count, or a running total -Tested against Ruby 2.6, 2.7, 3.0, 3.1, 3.2, and 3.3 and against the latest patch releases of Rails 5.2, 6.0, 6.1, 7.0 and 7.1. +Tested against Ruby 2.6, 2.7, 3.0, 3.1, 3.2 and 3.3 and against the latest patch releases of Rails 5.2, 6.0, 6.1, 7.0 and 7.1. Please note that -- unlike Rails' built-in counter-caches -- counter_culture does not currently change the behavior of the `.size` method on ActiveRecord associations. If you want to avoid a database query and read the cached value, please use the attribute name containing the counter cache directly.