projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some tweaking to the user fixtures so that there is 2 near each other. new users...
[rails.git]
/
test
/
fixtures
/
ways.yml
1
visible_way:
2
id: 1
3
user_id: 1
4
timestamp: 2007-01-01 00:00:00
5
visible: 1
6
version: 1
7
8
invisible_way:
9
id: 2
10
user_id: 1
11
timestamp: 2007-01-01 00:00:00
12
visible: 0
13
version: 1
14
15
used_way:
16
id: 3
17
user_id: 1
18
timestamp: 2007-01-01 00:00:00
19
visible: 0
20
version: 1
21