NAME
Interchange6::Schema::Result::NavigationMessage
DESCRIPTION
Link table between Navigation and Message for blogs, etc
ACCESSORS
messages_id
Foreign key constraint on "messages_id" in Interchange6::Schema::Result::Message via "message" relationship.
navigation_id
Foreign key constraint on "navigation_id" in Interchange6::Schema::Result::Navigation via "navigation" relationship.
PRIMARY KEY
RELATIONS
message
Type: belongs_to
Related object: Interchange6::Schema::Result::Message
navigation
Type: belongs_to
Related object: Interchange6::Schema::Result::Navigation