Actions
Maintenance #3233
openInherit models from ApplicationRecord instead of ActiveRecord::Base
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Description
Redmine 6 comes with a breaking change for models. All models will inherit from ApplicationRecord
nstead of ActiveRecord::Base
. Moreover, ApplicationRecord
includes a method human_attribute_name
translating attribute names for rendering validation errors.
See https://www.redmine.org/issues/38975?tab=changesets for more details.
No data to display
Actions