instance method
process_removed_attributes
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
process_removed_attributes(attrs)
No documentation comment.
Parameters
-
attrsreq
Source
# File activemodel/lib/active_model/mass_assignment_security/sanitizer.rb, line 23
def process_removed_attributes(attrs)
raise NotImplementedError, "#process_removed_attributes(attrs) suppose to be overwritten"
end
Defined in activemodel/lib/active_model/mass_assignment_security/sanitizer.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub