34 lines
544 B
YAML
34 lines
544 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
new:
|
|
id: 1
|
|
name: Pending
|
|
color: 11184810
|
|
is_default: true
|
|
status_type: 0
|
|
position: 1
|
|
won:
|
|
id: 2
|
|
name: Won
|
|
color: 32768
|
|
is_default: false
|
|
status_type: 1
|
|
lost:
|
|
id: 3
|
|
name: Lost
|
|
color: 16711680
|
|
is_default: false
|
|
status_type: 2
|
|
intermediate1:
|
|
id: 4
|
|
name: Intermediate 1
|
|
color: 0
|
|
is_default: false
|
|
status_type: 0
|
|
position: 2
|
|
intermediate2:
|
|
id: 5
|
|
name: Intermediate 2
|
|
color: 0
|
|
is_default: false
|
|
status_type: 0
|
|
position: 3 |