Class: DashboardsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/dashboards_controller.rb

Overview

Various reports and views into the state of the application

Instance Method Summary (collapse)

Instance Method Details

- (Object) index

Root route for application



4
5
6
# File 'app/controllers/dashboards_controller.rb', line 4

def index
  # pass
end