aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-04-02 17:47:35 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-04-02 17:54:26 +0900
commitbdd42eeaf9e1858b10294764aeb99de18cfeef40 (patch)
tree057509fb58bc5825efe3c0d62a2bbd3f32c7eafe /activerecord/lib/active_record.rb
parent09b2348f7fc8d4e7191e70e06608c5909067e2aa (diff)
downloadrails-bdd42eeaf9e1858b10294764aeb99de18cfeef40.tar.gz
rails-bdd42eeaf9e1858b10294764aeb99de18cfeef40.tar.bz2
rails-bdd42eeaf9e1858b10294764aeb99de18cfeef40.zip
Remove `ForeignKeys` module which was introduced at #32299
To solve the problem #32299, just enough to introduce `fk_ignore_pattern` option. I don't think there is a need to expose these constants.
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 0e1f315183..d198466dbf 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -43,7 +43,6 @@ module ActiveRecord
autoload :DatabaseConfigurations
autoload :DynamicMatchers
autoload :Enum
- autoload :ForeignKeys
autoload :InternalMetadata
autoload :Explain
autoload :Inheritance