method
missing_attribute
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::AttributeMethods
missing_attribute(attr_name, stack)private
No documentation available.
# 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