NAME
Interchange6::Schema::Result::NavigationAttribute
DESCRIPTION
Linker table for connecting the Interchange6::Schema::Result::Navigation class to the <Interchange6::Schema::Result::Attribute> class records.
ACCESSORS
navigation_attributes_id
Primary key.
navigation_id
Foreign key constraint on "navigation_id" in Interchange6::Schema::Result::Navigation via "navigation" relationship.
attributes_id
Foreign key constraint on "attribute_id" in Interchange6::Schema::Result::Attribute via "attribute" relationship.
UNIQUE CONSTRAINT
navigation_id_attributes_id
RELATIONS
navigation
Type: belongs_to
Related object: Interchange6::Schema::Result::Navigation
attribute
Type: belongs_to
Related object: Interchange6::Schema::Result::Attribute
navigation_attribute_values
Type: has_many
Related object: Interchange6::Schema::Result::NavigationAttributeValue