You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ActiveModel::Errors class has changed, keeping most of the high level API compatible, but some of the underlying implementation are not working anymore.
The class ActiveData::Model::Validations::NestedValidator is not compatible with the new implementation, it should be something on the lines of:
but of course this only works with the new errors interface… so maybe a version check? I haven't been able to find a version-independent way to achieve it.
The text was updated successfully, but these errors were encountered:
The ActiveModel::Errors class has changed, keeping most of the high level API compatible, but some of the underlying implementation are not working anymore.
The class
ActiveData::Model::Validations::NestedValidator
is not compatible with the new implementation, it should be something on the lines of:but of course this only works with the new errors interface… so maybe a version check? I haven't been able to find a version-independent way to achieve it.
The text was updated successfully, but these errors were encountered: