Exception: ActiveRecord::InvalidForeignKey

Inherits:
WrappedDatabaseException show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

Raised when a record cannot be inserted or updated because it references a non-existent record.

Instance Attribute Summary

Attributes inherited from StatementInvalid

#original_exception

Method Summary

Methods inherited from StatementInvalid

#initialize

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid