mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
Add subcategory report
This commit is contained in:
parent
f590bc9dd5
commit
08c946a469
4 changed files with 149 additions and 19 deletions
6
lib/tasks/report.rake
Normal file
6
lib/tasks/report.rake
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace :report do
|
||||
desc 'create a report of the scores for all subcategories'
|
||||
task subcategory: :environment do
|
||||
Report::Subcategory.create_report(filename: 'rpp_subcategory_report.csv')
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue