Actions
Refactor #12067
closedDelegated methods need to be public, not protected
Description
generate_pxe_template and require_ip_validation? are delegated to primary interface on Host::Managed. However, these methods are protected. On Rails 4, protected methods cannot be called through a delegation, these methods have to be public.
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3b75c0a74e4e46d53d2203d05a0fffac386ded1f.
Actions