# File lib/active_model/mass_assignment_security.rb, line 87 def attr_protected(*names) self._protected_attributes = self.protected_attributes + names self._active_authorizer = self._protected_attributes end