24 lines
435 B
YAML
24 lines
435 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
content: MyText
|
|
account_id: 1
|
|
channel_id: 1
|
|
inbox_id: 1
|
|
conversation_id: 1
|
|
sender_id: 1
|
|
sender_type: MyString
|
|
reciever_id: 1
|
|
reciever_type: MyString
|
|
|
|
two:
|
|
content: MyText
|
|
account_id: 1
|
|
channel_id: 1
|
|
inbox_id: 1
|
|
conversation_id: 1
|
|
sender_id: 1
|
|
sender_type: MyString
|
|
reciever_id: 1
|
|
reciever_type: MyString
|