Exception: ActiveRecord::InvalidForeignKey

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

Overview

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

Method Summary

Methods inherited from StatementInvalid

#initialize, #original_exception

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid