Exception: Funes::UnknownMaterializationModel
- Inherits:
-
StandardError
- Object
- StandardError
- Funes::UnknownMaterializationModel
- Defined in:
- lib/funes/unknown_materialization_model.rb
Overview
Raised when attempting to materialize a projection without a configured materialization model.
Projections require a materialization model (ActiveModel or ActiveRecord class) to be
configured via materialization_model before they can be materialized or persisted.
This error occurs when calling materialize! on a projection that hasn't been properly
configured.