Holds all the metadata about an association as it was specified in the Active Record class.
Constants
INVALID_AUTOMATIC_INVERSE_OPTIONS = [:through, :foreign_key]
VALID_AUTOMATIC_INVERSE_MACROS = [:has_many, :has_one, :belongs_to]
Attributes
[RW] | parent_reflection | |
[R] | foreign_type | |
[R] | type |