Exception: Importu::BackendMatchError

Inherits:
ImportuException show all
Defined in:
lib/importu/exceptions.rb

Overview

Raised when no backend matches the configured model.

This happens during auto-detection when no registered backend recognizes the model class, or when multiple backends match.

Examples:

Fix by specifying backend explicitly

model "Book", backend: :active_record

Method Summary

Methods inherited from ImportuException

#name