Class: DispatchPolicy::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/dispatch_policy/engine.rb

Overview

Mounted by the host app. Views, controllers, and AR models live under ‘app/`; the layout inlines the engine CSS by reading `app/assets/stylesheets/dispatch_policy/application.css` at render time, and serves the vendored Turbo bundle through `AssetsController` at a content-addressed URL — no asset pipeline integration required.