Closed c960657 closed 9 months ago
Since Rails 5.1 #tables only returns tables, not views.
#tables
Together with #25 this PR removes all deprecated usage of ActiveSupport::Deprecation.warn (see https://github.com/rails/rails/pull/47354).
ActiveSupport::Deprecation.warn
Since Rails 5.1
#tables
only returns tables, not views.Together with #25 this PR removes all deprecated usage of
ActiveSupport::Deprecation.warn
(see https://github.com/rails/rails/pull/47354).