mirror of https://github.com/fspc/BikeShed-1.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
475 B
26 lines
475 B
12 years ago
|
acquired:
|
||
|
id: 1
|
||
|
action: ACQUIRED
|
||
12 years ago
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
12 years ago
|
scrapped:
|
||
|
id: 2
|
||
|
action: SCRAPPED
|
||
12 years ago
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
12 years ago
|
worked:
|
||
|
id: 3
|
||
|
action: WORKED
|
||
12 years ago
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
12 years ago
|
completed:
|
||
|
id: 4
|
||
|
action: COMPLETED
|
||
12 years ago
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
12 years ago
|
sold:
|
||
|
id: 5
|
||
|
action: SOLD
|
||
12 years ago
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|