method

log_protected_attribute_removal

log_protected_attribute_removal(*attributes)
private

No documentation available.

# File activerecord/lib/active_record/base.rb, line 3011
      def log_protected_attribute_removal(*attributes)
        logger.debug "WARNING: Can't mass-assign these protected attributes: #{attributes.join(', ')}"
      end