Module BigRecord::FamilySpanColumns
In: lib/big_record/family_span_columns.rb

Methods

Classes and Modules

Module BigRecord::FamilySpanColumns::ClassMethods

Public Instance methods

Initializes the attributes array with keys matching the columns from the linked table and the values matching the corresponding default value of that column, so that a new instance, or one populated from a passed-in Hash, still has all the attributes that instances loaded from the database would.

Returns the column object for the named attribute.

Returns the list of columns that are not spanned on a whole family

[Validate]