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