Closed c960657 closed 9 months ago
The name argument for #tables was removed in Rails 5.1.0, so let's remove it here also.
name
#tables
Together with #26 this PR removes all deprecated usage of ActiveSupport::Deprecation.warn (see https://github.com/rails/rails/pull/47354).
ActiveSupport::Deprecation.warn
The
name
argument for#tables
was removed in Rails 5.1.0, so let's remove it here also.Together with #26 this PR removes all deprecated usage of
ActiveSupport::Deprecation.warn
(see https://github.com/rails/rails/pull/47354).