mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Use modules to namespace classes for analyze page
This commit is contained in:
parent
c568e8bc06
commit
94a58a87d7
15 changed files with 246 additions and 213 deletions
|
|
@ -74,7 +74,7 @@ class AnalyzeController < SqmApplicationController
|
|||
end
|
||||
|
||||
def graphs
|
||||
@graphs ||= [AnalysisGraph::StudentsAndTeachers.new, AnalysisGraph::StudentsByGroup.new]
|
||||
@graphs ||= [Analyze::Graph::StudentsAndTeachers.new, Analyze::Graph::StudentsByGroup.new]
|
||||
end
|
||||
|
||||
def background
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue