# File lib/active_model/mass_assignment_security/sanitizer.rb, line 31
      def initialize(target)
        @target = target
        super
      end