Class: StatBoard::StatsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
11
12
13
# File 'app/controllers/stat_board/stats_controller.rb', line 7

def index
  @reports = [
    Reports::OverallReport.new,
    Reports::MonthlyReport.new,
    Reports::WeeklyReport.new
  ]
end