Exception: ConcernsOnRails::MissingDependency
- Inherits:
-
LoadError
- Object
- LoadError
- ConcernsOnRails::MissingDependency
- Defined in:
- lib/concerns_on_rails.rb
Overview
Raised (as a LoadError subclass, so a bare rescue LoadError still works)
when a concern needs a third-party gem that isn't available. friendly_id
and acts_as_list load lazily with the concern that uses them (Sluggable /
Sortable), so hosts that never touch those concerns never load them.