mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
27 lines
529 B
YAML
27 lines
529 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
school: one
|
|
name: MyString
|
|
description: MyText
|
|
school_id: 1
|
|
frequency_hours: 1
|
|
start_date: 2017-03-06
|
|
end_date: 2017-03-06
|
|
active: false
|
|
random: false
|
|
recipient_list_id: 1
|
|
question_list_id: 1
|
|
|
|
two:
|
|
school: two
|
|
name: MyString
|
|
description: MyText
|
|
school_id: 1
|
|
frequency_hours: 1
|
|
start_date: 2017-03-06
|
|
end_date: 2017-03-06
|
|
active: false
|
|
random: false
|
|
recipient_list_id: 1
|
|
question_list_id: 1
|