projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix OpenLayers 404 image URL to not redirect
[rails.git]
/
test
/
fixtures
/
messages.yml
1
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
one:
3
from_user_id: 1
4
title: test message 1
5
body: some body text
6
sent_on: "2008-05-01 12:34:56"
7
message_read: false
8
to_user_id: 2
9
10
two:
11
from_user_id: 2
12
title: test message 2
13
body: some body test
14
sent_on: "2008-05-02 12:45:23"
15
message_read: true
16
to_user_id: 1