method

missing_attribute

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