Module: Katello::Concerns::FilterSensitiveData
- Extended by:
- ActiveSupport::Concern
- Included in:
- Api::ApiController, HttpResource
- Defined in:
- app/lib/katello/concerns/filter_sensitive_data.rb
Instance Method Summary collapse
-
#filter_sensitive_data(payload) ⇒ Object
This is called at both the instance and class levels, so must be available as both.
Instance Method Details
#filter_sensitive_data(payload) ⇒ Object
This is called at both the instance and class levels, so must be available as both.
7 8 9 |
# File 'app/lib/katello/concerns/filter_sensitive_data.rb', line 7 def filter_sensitive_data(payload) self.class.filter_sensitive_data(payload) end |