Class FlexiRecord::AbstractRecord
In: lib/flexirecord.rb
Parent: Object

An abstract record, super-class of all record classes. By now there is only one sub-class ‘BaseRecord’, which represents a record being directly stored in one database table. Other sub-classes might be added in future, to be able to use inheritance of data models.

[Validate]