19 lines
357 B
YAML
Executable file
19 lines
357 B
YAML
Executable file
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
one:
|
|
id: 1
|
|
show_desc:
|
|
gropby:
|
|
project_scope: 1
|
|
sort_item_0: MyString
|
|
sort_item_1: MyString
|
|
sort_item_2: MyString
|
|
user_id: 1
|
|
two:
|
|
id: 2
|
|
show_desc:
|
|
gropby:
|
|
project_scope: 1
|
|
sort_item_0: MyString
|
|
sort_item_1: MyString
|
|
sort_item_2: MyString
|
|
user_id: 1
|