Use modules to namespace classes for analyze page

This commit is contained in:
rebuilt 2022-08-02 18:16:33 -07:00
parent c568e8bc06
commit 94a58a87d7
15 changed files with 246 additions and 213 deletions

View file

@ -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