mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-15 17:45:53 -07:00
chore: get admin data scraper running
This commit is contained in:
parent
1810ee0074
commit
a142afe022
102 changed files with 41933 additions and 8756 deletions
|
|
@ -9,11 +9,9 @@ module Dashboard
|
|||
attr_reader :filepaths
|
||||
|
||||
def initialize(filepaths:
|
||||
[Dashboard::Engine.root.join("data", "dashboard", "admin_data", "dese", "enrollments.csv"),
|
||||
Dashboard::Engine.root.join("data", "dashboard", "admin_data", "dese",
|
||||
"3A_2_age_staffing.csv"),
|
||||
Dashboard::Engine.root.join("data", "dashboard", "admin_data", "dese",
|
||||
"3A_2_grade_subject_staffing.csv")])
|
||||
[Dashboard::Engine.root.join("data", "admin_data", "dese", "enrollments.csv"),
|
||||
Dashboard::Engine.root.join("data", "admin_data", "dese", "3A_2_age_staffing.csv"),
|
||||
Dashboard::Engine.root.join("data", "admin_data", "dese", "3A_2_grade_subject_staffing.csv")])
|
||||
|
||||
@filepaths = filepaths
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue