Module: Katello::Authorization::HostTracer::ClassMethods
- Defined in:
- app/models/katello/authorization/host_tracer.rb
Instance Method Summary collapse
Instance Method Details
#resolvable ⇒ Object
8 9 10 11 |
# File 'app/models/katello/authorization/host_tracer.rb', line 8 def resolvable relation = (::Host::Managed, :edit_hosts) relation end |