method

missing_attribute

rails latest stable - Class: ActiveRecord::AttributeMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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