NAME
Interchange6::Schema::Result::AttributeValue
ACCESSORS
attribute_values_id
Primary key.
attributes_id
Foreign key constraint on "attributes_id" in Interchange6::Schema::Result::Attribute via "attribute" relationship.
value
Value name, e.g. red or white.
Required.
title
Displayed title for attribute value, e.g. Red or White.
Defaults to same value as "value" via "new" method.
priority
Display order priority.
Defaults to 0.
UNIQUE CONSTRAINT
attribute_values_attributes_id_value
RELATIONS
attribute
Type: belongs_to
Related object: Interchange6::Schema::Result::Attribute
product_attribute_values
Type: has_many
Related object: Interchange6::Schema::Result::ProductAttributeValue
user_attribute_values
Type: has_many
Related object: Interchange6::Schema::Result::UserAttributeValue
navigation_attribute_values
Type: has_many
Related object: Interchange6::Schema::Result::NavigationAttributeValue