Class: RankedLlm::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- RankedLlm::Engine
- Defined in:
- lib/ranked_llm/engine.rb
Overview
Registers the gem's app/models and app/services directories the normal
Rails engine way. Deliberately not isolate_namespaced — call sites in
host apps address these classes as plain Llm::..., not
RankedLlm::Llm::....