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, so no asset pipeline integration is required.