Actions
Maintenance #1538
closedRemove deprecation warnings
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 7.0.
To achieve the same use:
errors.attribute_names
Actions