cached_counts 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cached_counts/version.rb +1 -1
- data/lib/cached_counts.rb +1 -1
- metadata +1 -1
data/lib/cached_counts.rb
CHANGED
@@ -5,7 +5,7 @@ rescue LoadError
|
|
5
5
|
#do nothing
|
6
6
|
end
|
7
7
|
|
8
|
-
require 'cached_counts/
|
8
|
+
require 'cached_counts/active_record_base_methods'
|
9
9
|
require 'cached_counts/active_record_relation_methods'
|
10
10
|
require 'cached_counts/cache'
|
11
11
|
require 'cached_counts/version'
|