instance method process_removed_attributes

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

process_removed_attributes(attrs)

No documentation comment.

Parameters

attrs req
Source
# File activemodel/lib/active_model/mass_assignment_security/sanitizer.rb, line 40
      def process_removed_attributes(attrs)
        logger.debug "WARNING: Can't mass-assign protected attributes: #{attrs.join(', ')}" if logger?
      end

Defined in activemodel/lib/active_model/mass_assignment_security/sanitizer.rb line 40 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveModel::MassAssignmentSecurity::LoggerSanitizer

Type at least 2 characters to search.

↑↓ navigate · open · esc close