1
0
Fork 0
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:
Ryuta Kamizono 2019-04-22 09:27:08 +09:00
parent a89e9cccb2
commit 02b5b8cb43

View file

@ -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.