aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-04 13:54:37 +0900
committerGitHub <noreply@github.com>2019-04-04 13:54:37 +0900
commit39d42dbde2571a9a713007c1a8e9f202e004cdeb (patch)
treec3e270f76a71b6a58e751fdf8a14981bbe6d4dbc /activerecord/lib/active_record.rb
parentd49761cd66f55e18e0a7ee5138de0649c18654f0 (diff)
parent10919bfef2303c3409b15ed1d9405f3b4c518507 (diff)
downloadrails-39d42dbde2571a9a713007c1a8e9f202e004cdeb.tar.gz
rails-39d42dbde2571a9a713007c1a8e9f202e004cdeb.tar.bz2
rails-39d42dbde2571a9a713007c1a8e9f202e004cdeb.zip
Merge pull request #35848 from kamipo/refactor_collection_cache_key
Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_cache_key`
Diffstat (limited to 'activerecord/lib/active_record.rb')
-rw-r--r--activerecord/lib/active_record.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index 7d66158f47..fd8d2edf28 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -55,7 +55,6 @@ module ActiveRecord
autoload :Persistence
autoload :QueryCache
autoload :Querying
- autoload :CollectionCacheKey
autoload :ReadonlyAttributes
autoload :RecordInvalid, "active_record/validations"
autoload :Reflection