aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/counter_cache.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-08-03 04:14:01 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-08-03 04:14:14 -0400
commit74f7e172c7a660286bfd2b265e299c55078fc68e (patch)
tree6b4c62b09245f2b27c8d347430845d04369903c1 /activerecord/lib/active_record/counter_cache.rb
parent4dc2521028140d005b0871ab5d8b02694dbf58c3 (diff)
downloadrails-74f7e172c7a660286bfd2b265e299c55078fc68e.tar.gz
rails-74f7e172c7a660286bfd2b265e299c55078fc68e.tar.bz2
rails-74f7e172c7a660286bfd2b265e299c55078fc68e.zip
fixing documentation
Diffstat (limited to 'activerecord/lib/active_record/counter_cache.rb')
-rw-r--r--activerecord/lib/active_record/counter_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/counter_cache.rb b/activerecord/lib/active_record/counter_cache.rb
index 237cd56683..b0e0b45e16 100644
--- a/activerecord/lib/active_record/counter_cache.rb
+++ b/activerecord/lib/active_record/counter_cache.rb
@@ -1,7 +1,7 @@
module ActiveRecord
# = Active Record Counter Cache
module CounterCache
- # Resets one or more counter caches to their correct value using an SQL
+ # Resets one or more counter caches to their correct value using a SQL
# count query. This is useful when adding new counter caches, or if the
# counter has been corrupted or modified directly by SQL.
#