Module: ForemanNoenv::HostManagedExtensions
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/foreman_noenv/host_managed_extensions.rb
Instance Method Summary collapse
Instance Method Details
#info_with_env ⇒ Object
10 11 12 |
# File 'app/models/concerns/foreman_noenv/host_managed_extensions.rb', line 10 def info_with_env noenv ? info_without_env.except('environment') : info_without_env end |