Project

General

Profile

« Previous | Next » 

Revision 477b6b6b

Added by Ondřej Pražák over 7 years ago

Fixes #16740 - Access host params through macro

View differences:

app/models/concerns/host_params.rb
attr_reader :cached_host_params
def params
Foreman::Deprecation.renderer_deprecation('1.17', __method__, 'host_param') unless caller.first.match(/renderer\.rb.*host_param/)
host_params.update(lookup_keys_params)
end

Also available in: Unified diff