Referential model
Methods instead of has_many associations??
Model associated with a Referential
Referential support
Classes with an association to Referential must:
- include the
ReferentialSupportmodule - not have a
belongs_to :referentialassociation because eachReferentialis a separate Postgres schema
Objectids
Objectids are only used on models contained in a Referential. Here's an example:
Model not associated with a Referential
