Class: Eyeloupe::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Eyeloupe::ApplicationController
- Includes:
- Pagy::Backend
- Defined in:
- app/controllers/eyeloupe/application_controller.rb
Direct Known Subclasses
AiAssistantResponsesController, ConfigsController, DataController, ExceptionsController, InRequestsController, OutRequestsController
Instance Method Summary collapse
Instance Method Details
#root ⇒ Object
7 8 9 |
# File 'app/controllers/eyeloupe/application_controller.rb', line 7 def root redirect_to in_requests_path end |