mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove never used database_selector
class accessor
It was never used from the beginning.
This commit is contained in:
parent
a89e9cccb2
commit
02b5b8cb43
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ module ActiveRecord
|
|||
# environment where dumping schema is rarely needed.
|
||||
mattr_accessor :dump_schema_after_migration, instance_writer: false, default: true
|
||||
|
||||
mattr_accessor :database_selector, instance_writer: false
|
||||
##
|
||||
# :singleton-method:
|
||||
# Specifies which database schemas to dump when calling db:structure:dump.
|
||||
|
|
Loading…
Reference in a new issue