Class FlexiRecord::Relationship
In: lib/flexirecord.rb
Parent: FlexiRecord::BaseRecord

A record representing a row of a database table which is used for cross (many-to-many) relations.

Methods

new   save   void?  

Public Class methods

Public Instance methods

Instead of UPDATEing or INSERTing a value, depending on the state of the object, it is always replaced in the database. When the special attribute ‘void’ is set, the record will be destroyed instead of saved.

Alias for the (field) method ‘void’. True, if the Relationship is void, and is to be removed, when calling ‘save’.

[Validate]