Rack middleware added to a Rails Engine class (`config.app_middleware.use Rack::Static, ...`) to map requests for `/admin-assets` to files on disk inside the engine's `public/` directory. Lets a packaged Rails engine ship pre-compiled CSS/JS assets that the host app can serve without running its own asset pipeline.