Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource is an association, not an attribute, add getter/setter aliases
Fixes: ManageIQ::Providers::Awx::AutomationManager::Credential model aliases `resource`, but `resource` is not an attribute. Starting in Rails 7.2, alias_attribute with non-attribute targets will raise. Use `alias_method :manager, :resource` or define the method manually
- Loading branch information