Class: MaquinaStream::Engine

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

Overview

The Rails engine. Mount it for the repair endpoints:

mount MaquinaStream::Engine => "/maquina_stream"

It contributes two routes (see MaquinaStream::ManifestsController and MaquinaStream::BlocksController), the engine's stylesheets and JavaScript, and its importmap pins. It contributes no migrations and no models: the host owns persistence.