Class: Protege::HomeController

Inherits:
ApplicationController show all
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

Instance Method Details

#showvoid

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