chore: get admin data scraper running

This commit is contained in:
Nelson Jovel 2024-02-07 11:47:25 -08:00
parent 1810ee0074
commit a142afe022
102 changed files with 41933 additions and 8756 deletions

View file

@ -6,7 +6,7 @@ module Dashboard
include Dashboard::Dese::Scraper
attr_reader :filepath
def initialize(filepath: Dashboard::Engine.root.join("data", "dashboard", "staffing", "staffing.csv"))
def initialize(filepath: Dashboard::Engine.root.join("data", "staffing", "staffing.csv"))
@filepath = filepath
end