method
missing_attribute
v3.2.8 -
Show latest stable
- Class:
ActiveModel::AttributeMethods
missing_attribute(attr_name, stack)private
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 448
def missing_attribute(attr_name, stack)
raise ActiveModel::MissingAttributeError, "missing attribute: #{attr_name}", stack
end