aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/named_base.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-01 02:19:21 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-02-01 02:32:01 +0900
commit0413501691c072bc6da523e26e0f6ad1443aa189 (patch)
treea11ca3bb937a34d51ffe46acc601b6f9dc88547b /railties/lib/rails/generators/named_base.rb
parent315b9def911b9d8519926e59b02a65a7eca16d30 (diff)
downloadrails-0413501691c072bc6da523e26e0f6ad1443aa189.tar.gz
rails-0413501691c072bc6da523e26e0f6ad1443aa189.tar.bz2
rails-0413501691c072bc6da523e26e0f6ad1443aa189.zip
Remove unused attr_writers `visitor` and `indexes`
I deprecated two unused attr_writers `visitor` and `indexes` at 8056fe0 and f4bc364 conservatively, since those are accidentaly exposed in the docs. https://api.rubyonrails.org/v5.2/classes/ActiveRecord/ConnectionAdapters/AbstractAdapter.html https://api.rubyonrails.org/v5.2/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html But I've found that `view_renderer` attr_writer is removed without deprecation at #35093, that is also exposed in the doc. https://api.rubyonrails.org/v5.2/classes/ActionView/Base.html I'd like to also remove the deprecated attr_writers since I think that removing `visitor` and `indexes` attr_writers is as safe as removing `view_renderer` attr_writer.
Diffstat (limited to 'railties/lib/rails/generators/named_base.rb')
0 files changed, 0 insertions, 0 deletions