Skip to content

Conversation

jonathanhefner
Copy link
Member

This commit adds ActiveStorage.deprecator and replaces all usages of ActiveSupport::Deprecation.warn in activestorage/lib and activestorage/app with ActiveStorage.deprecator.

Additionally, this commit adds ActiveStorage.deprecator to Rails.application.deprecators so that it can be configured via settings such as config.active_support.report_deprecations.

This commit adds `ActiveStorage.deprecator` and replaces all usages of
`ActiveSupport::Deprecation.warn` in `activestorage/lib` and
`activestorage/app` with `ActiveStorage.deprecator`.

Additionally, this commit adds `ActiveStorage.deprecator` to
`Rails.application.deprecators` so that it can be configured via
settings such as `config.active_support.report_deprecations`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant