Class: CrudComponents::Admin::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- CrudComponents::Admin::Engine
- Defined in:
- lib/crud_components/admin/engine.rb
Overview
The mountable admin. Does nothing until an app mounts it:
mount CrudComponents::Admin::Engine => '/admin'
Its routes are drawn from Registry, one resources block per model, all
pointing at ResourcesController.