Module: Integrations::ResetSecretFields
- Extended by:
- ActiveSupport::Concern
- Included in:
- Integration
- Defined in:
- app/models/concerns/integrations/reset_secret_fields.rb
Instance Method Summary collapse
Instance Method Details
#exposing_secrets_fields ⇒ Object
14 15 16 |
# File 'app/models/concerns/integrations/reset_secret_fields.rb', line 14 def exposing_secrets_fields fields.select(&:exposes_secrets).pluck(:name) end |