Class: MaquinaStream::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- MaquinaStream::ApplicationController
- Defined in:
- app/controllers/maquina_stream/application_controller.rb
Overview
Every engine request resolves the record through the host's find_stream
callable and is authorized by the host's authorize callable. With neither
configured the engine refuses: it never assumes it may serve a message.