14 lines
364 B
YAML
14 lines
364 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
contacts_setting_001:
|
|
name: "redmine_contacts_string_setting"
|
|
value: "String value"
|
|
project_id: 1
|
|
contacts_setting_002:
|
|
name: "redmine_contacts_boolean_setting"
|
|
value: 1
|
|
project_id: 1
|
|
contacts_setting_003:
|
|
name: "redmine_contacts_float_setting"
|
|
value: "10.3"
|
|
project_id: 1
|