2014-11-13 10:18:07 +08:00
|
|
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
|
|
|
|
one:
|
2015-01-10 17:27:42 +08:00
|
|
|
|
2015-01-10 17:27:08 +08:00
|
|
|
act_id:
|
|
|
|
act_type: MyString
|
|
|
|
user_id:
|
|
|
|
|
|
|
|
two:
|
|
|
|
act_id:
|
|
|
|
act_type: MyString
|
|
|
|
user_id:
|
2015-01-10 17:27:42 +08:00
|
|
|
|
2014-11-13 10:18:07 +08:00
|
|
|
id: 1
|
|
|
|
act_id: 1
|
|
|
|
act_type: JournalsForMessage
|
|
|
|
user_id: 5
|
|
|
|
|
|
|
|
two:
|
|
|
|
act_id: 2
|
|
|
|
act_type: JournalsForMessage
|
|
|
|
user_id: 5
|
2015-01-10 17:27:42 +08:00
|
|
|
|