mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: add usage example for report:survey_item:create
This commit is contained in:
parent
0cbc73821c
commit
c5cb34c698
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ namespace :report do
|
|||
end
|
||||
end
|
||||
|
||||
# Usage example
|
||||
# bundle exec rake 'report:survey_item:create[Lee Elementary School, 2023-24 Fall]'
|
||||
namespace :survey_item do
|
||||
task :create, %i[school academic_year] => :environment do |_, args|
|
||||
school = School.find_by_name(args[:school])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue