method
missing_attribute
rails latest stable - Class:
ActiveRecord::AttributeMethods
missing_attribute(attr_name, stack)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 375
def missing_attribute(attr_name, stack)
raise ActiveRecord::MissingAttributeError, "missing attribute: #{attr_name}", stack
end