instance method
missing_attribute
Ruby on Rails 6.1.7.10
Since v3.0.20 PrivateSignature
missing_attribute(attr_name, stack)
No documentation comment.
Parameters
-
attr_namereq -
stackreq
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 510
def missing_attribute(attr_name, stack)
raise ActiveModel::MissingAttributeError, "missing attribute: #{attr_name}", stack
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 510
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods