aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/core.rb')
-rw-r--r--activerecord/lib/active_record/core.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index 4e63d1a273..e1a0b2ecf8 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -125,12 +125,6 @@ module ActiveRecord
mattr_accessor :belongs_to_required_by_default, instance_accessor: false
- ##
- # :singleton-method:
- # Specify a custom regular expression matching foreign keys which name
- # should not be dumped to db/schema.rb.
- mattr_accessor :fk_ignore_pattern, instance_accessor: false
-
class_attribute :default_connection_handler, instance_writer: false
def self.connection_handler