mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add subcategory report
This commit is contained in:
parent
2e3461b685
commit
87ca23df79
4 changed files with 146 additions and 16 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: 'ecp_subcategory_report.csv')
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue