competition
parent
847bb35906
commit
281c48c0b3
@ -0,0 +1,8 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
---
|
||||
biding_project_001:
|
||||
id: 1
|
||||
project_id: -1
|
||||
bid_id: 1
|
||||
|
||||
#biding_project_002:
|
@ -0,0 +1,34 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
---
|
||||
homework_001:
|
||||
id: 1
|
||||
author_id: 20
|
||||
budget: "0"
|
||||
commit: 3
|
||||
deadline: "2014-05-30"
|
||||
description: ""
|
||||
homework_type: 1
|
||||
is_evaluation:
|
||||
name: "course_001_homework_001"
|
||||
parent_id:
|
||||
password:
|
||||
proportion: 60
|
||||
reward_type: 3 # 作业
|
||||
updated_on: 2014-05-23 08:15:28
|
||||
created_on: 2014-05-23 08:15:28
|
||||
homework_002:
|
||||
id: 2
|
||||
author_id: 20
|
||||
budget: "0"
|
||||
commit: 3
|
||||
deadline: "2014-05-30"
|
||||
description: ""
|
||||
homework_type: 1
|
||||
is_evaluation:
|
||||
name: "course_001_homework_002"
|
||||
parent_id:
|
||||
password:
|
||||
proportion: 60
|
||||
reward_type: 3 # 作业
|
||||
updated_on: 2014-05-23 08:15:28
|
||||
created_on: 2014-05-23 08:15:28
|
@ -0,0 +1,10 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
---
|
||||
homework_for_courses_001:
|
||||
id: 1
|
||||
course_id: 1
|
||||
bid_id: 1
|
||||
homework_for_courses_002:
|
||||
id: 2
|
||||
course_id: 1
|
||||
bid_id: 2
|
Loading…
Reference in new issue