Exception: Railsmith::AsyncNotConfiguredError

Inherits:
Error
  • Object
show all
Defined in:
lib/railsmith.rb

Overview

Raised when an association is declared with async: true but Railsmith.configuration.async_job_class has not been set. The service layer cannot enqueue a nested write without a configured ActiveJob class.