mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
working on administration and seeds
This commit is contained in:
parent
2a3b4565d9
commit
be8af80a61
9 changed files with 227 additions and 104 deletions
|
|
@ -4,10 +4,10 @@ namespace :data do
|
|||
desc "Load in all data"
|
||||
task load: :environment do
|
||||
return if School.count > 0
|
||||
Rake::Task["db:seed"].invoke
|
||||
Rake::Task["data:load_categories"].invoke
|
||||
Rake::Task["data:load_questions"].invoke
|
||||
Rake::Task["data:load_student_responses"].invoke
|
||||
Rake::Task["db:seed"].invoke
|
||||
# Rake::Task["data:load_student_responses"].invoke
|
||||
end
|
||||
|
||||
desc 'Load in category data'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue