Flowdock
method

warn!

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveModel::MassAssignmentSecurity::Sanitizer
warn!(attrs) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/mass_assignment_security/sanitizer.rb, line 18
      def warn!(attrs)
        self.logger.debug "WARNING: Can't mass-assign protected attributes: #{attrs.join(', ')}" if self.logger
      end
Register or log in to add new notes.