Class: Protege::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Protege::HomeController
- Defined in:
- app/controllers/protege/home_controller.rb
Overview
Serves the dashboard landing page mounted at the engine root.
The page is static — it renders the show view as the entry point into the
Protege dashboard, from which operators navigate to personas, threads, and
email domains.
Instance Method Summary collapse
-
#show ⇒ void
Render the dashboard landing page.
Instance Method Details
#show ⇒ void
This method returns an undefined value.
Render the dashboard landing page. Serves GET /.
13 |
# File 'app/controllers/protege/home_controller.rb', line 13 def show; end |